Enumeration: DlEvent
appLib/SDKDrivers/xFrameDriver/events.DlEvent
Events that are emitted from the host (platform) to the frame (SDK)
Table of contents
Enumeration Members
- ACTIVE_QUERY
- EXECUTION_STATUS
- INVOKE_PAYLOAD
- NAVIGATION
- NODE_CONFIG
- READY
- THEME
- TOOL_CONTROLS
- VALIDATION_RESULT
- VIEWER_SETTINGS
Enumeration Members
ACTIVE_QUERY
• ACTIVE_QUERY = "activeQuery"
Triggered when the active query has changed
EXECUTION_STATUS
• EXECUTION_STATUS = "executionStatus"
Execution status - fired on creation, success & failure events with execution details
INVOKE_PAYLOAD
• INVOKE_PAYLOAD = "invokePayload"
The payload sent during a toolbar invoke to a panel
NAVIGATION
• NAVIGATION = "navigation"
Triggered on navigation events
NODE_CONFIG
• NODE_CONFIG = "nodeConfig"
The pipeline node configuration
READY
• READY = "ready"
The frame is ready to receive messages
THEME
• THEME = "theme"
The theme of the platform has changed
TOOL_CONTROLS
• TOOL_CONTROLS = "toolControls"
Triggered when changes are made to the tool controls in the left bar, providing an updated settings object as the payload.
VALIDATION_RESULT
• VALIDATION_RESULT = "validationResult"
The result of the validation script
VIEWER_SETTINGS
• VIEWER_SETTINGS = "viewerSettings"
Triggered when changes are made to the viewer settings within the top bar controls, providing an updated settings object as the payload.