Private
#m_Protected
m_Protected
m_Protected
m_Protected
m_Protected
m_Private
_filterPrivate
_sortPrivate
_storeOptional
filter: FilterInfostop listening to an event
callback to remove (must be the same as in on )
listen for an event
callback to call
handle an event one time
Promise if callback is null
take care with that because if the event is never fired and you await it, the system may overflow
callback to call when event is signaled
remove the previous default handler installed for an event
event name
callback handler to remove (must be the same as in setDefaultHandler)
set the event default handler
name of the event
callback to call when the event is not handled (and preventDeault has not been called)
signal en event signaled event are notification : no way to prevent default not stop propagation
event data
start a new timer
timer name
time out in ms
if true this is an auto repeat timer
if !null, the callback to call else a EvTimer is fired
Generated using TypeDoc
Dataview allow different views of the DataStore. You can sort the columns & filter data You can have multiple views for a single DataStore