jQuery Sankey Events

This section describes events that the Sankey UI component raises.

See Also

disposing

Raised before the UI component is disposed of.

Type:

Event

Main article: onDisposing

See Also

drawn

Raised when the UI component's rendering has finished.

Type:

Event

Main article: onDrawn

See Also

exported

Raised after the UI component is exported.

Type:

Event

Main article: onExported

See Also

exporting

Raised before the UI component is exported.

Type:

Event

Main article: onExporting

See Also

fileSaving

Raised before a file with exported UI component is saved to the user's local storage.

Type:

Event

Main article: onFileSaving

See Also

incidentOccurred

Raised when an error or warning occurs.

Type:

Event

Main article: onIncidentOccurred

See Also

initialized

Raised only once, after the UI component is initialized.

Type:

Event

Main article: onInitialized

See Also

linkClick

Raised when a sankey link is clicked or tapped.

Type:

Event

Main article: onLinkClick

See Also

linkHoverChanged

Raised after the pointer enters or leaves a sankey link.

Type:

Event

Main article: onLinkHoverChanged

See Also

nodeClick

Raised when a sankey node is clicked or tapped.

Type:

Event

Main article: onNodeClick

See Also

nodeHoverChanged

Raised after the pointer enters or leaves a sankey node.

Type:

Event

Main article: onNodeHoverChanged

See Also

optionChanged

Raised after a UI component property is changed.

Type:

Event

Main article: onOptionChanged

See Also