This section describes events that the Sankey UI component raises.
Raised before the UI component is disposed of.
Event
Main article: onDisposing
Raised when the UI component's rendering has finished.
Main article: onDrawn
Raised after the UI component is exported.
Main article: onExported
Raised before the UI component is exported.
Main article: onExporting
Raised before a file with exported UI component is saved to the user's local storage.
Main article: onFileSaving
Raised when an error or warning occurs.
Main article: onIncidentOccurred
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised when a sankey link is clicked or tapped.
Main article: onLinkClick
Raised after the pointer enters or leaves a sankey link.
Main article: onLinkHoverChanged
Raised when a sankey node is clicked or tapped.
Main article: onNodeClick
Raised after the pointer enters or leaves a sankey node.
Main article: onNodeHoverChanged
Raised after a UI component property is changed.
Main article: onOptionChanged