Private
#m_Protected
m_Protected
m_Protected
m_Protected
m_Protected
m_Private
_filterPrivate
_sortPrivate
_storedefine a set of default handlers in one call
Optional
filter: FilterInfodefine a set of listeners in one call
listen for an event
callback to call
handle an event one time
callback to call when event is signaled
Promise if callback is null
take care with that because if the event is never fired and you await it, the system may overflow
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)
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