Readonly
isReadonly
nodeStatic
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Protected
addProtected
createProtected
enableProtected
fireProtected
forwardforwards one or more events from a given dispatcher to the current one i.e. when one of the given events is fired in 'from' it will be forwarded to all my listeners
the event dispatcher to forward from
Rest
...types: string[]the event types to forward
Protected
listenersemitted when the highlight changes
the highlighted data index or -1 for none
ALineUp
Events
emitted when the selection changes
the selected data indices
ALineUp
Events
emitted a dialog is opened
the opened dialog
ALineUp
Events
emitted a dialog is closed
the closed dialog
the action how the dialog was closed
ALineUp
Events
Optional
dump: anyProtected
unforwardremoves the forwarding declarations
the originated dispatcher
Rest
...types: string[]event types to forward
base class for event dispatching using d3 event mechanism, thus .suffix is supported for multiple registrations