Enumeration: DlFrameEvent

appLib/SDKDrivers/xFrameDriver/events.DlFrameEvent

Events that are emitted from the frame (SDK) to the host (platform)

Table of contents

Enumeration Members

Enumeration Members

CLIPBOARD_WRITE

CLIPBOARD_WRITE = "app:clipboardWrite"

Copy to clipboard


CLOSE_DIALOG

CLOSE_DIALOG = "app:closeDialog"

Closes dialog slot


INVOKE_PANEL

INVOKE_PANEL = "invokePanel"

Invokes another panel from the app


REDO

REDO = "redo"

Redo action


REFRESH_DATA

REFRESH_DATA = "app:refreshData"

Refresh page data


SET_HEIGHT

SET_HEIGHT = "app:setHeight"

Sets iframe height


TOAST_MESSAGE

TOAST_MESSAGE = "app:toastMessage"

Toast message (info, warning, error, success)


TOGGLE_ACTION_LOCK

TOGGLE_ACTION_LOCK = "toggleActionLock"

Toggles the action lock


UNDO

UNDO = "undo"

Undo action


UPDATE_NODE_CONFIG

UPDATE_NODE_CONFIG = "updateNodeConfig"

Updates the node configuration


UPDATE_TIME_SERVICE_SETTINGS

UPDATE_TIME_SERVICE_SETTINGS = "app:updateTimeServiceSettings"

Sets time service settings (payload: SDKTimeServiceSettings)


UPDATE_VIEWER_SETTINGS

UPDATE_VIEWER_SETTINGS = "app:updateViewerSettings"

Sets the settings values of the top bar controls based on the values provided by the app.