Search
Loading...
Skip to content

Interface: RegisteredActions

Represents a collection of action functions used throughout the application. Each property corresponds to a specific UI action or event that can be customized.

Properties#

PropertyTypeDescription
saveSceneSaveSceneActionAction invoked to handle scene saving.
shareSceneShareSceneActionAction invoked to handle scene sharing.
exportDesignExportActionAction invoked to handle export actions.
importSceneImportSceneActionAction invoked to handle import actions.
exportSceneExportSceneActionAction invoked to handle scene export actions.
uploadFileUploadActionAction invoked to handle file uploads.
onUnsupportedBrowserOnUnsupportedBrowserActionAction invoked when an unsupported browser is detected.
addClipVoidFunctionAction invoked when the add clip button is pressed in the video timeline
zoom.toBlockZoomToBlockActionAction for zooming to a specific block
zoom.toPageZoomToPageActionAction for zooming to a page (current, first, last, or by index) with optional padding
zoom.toSelectionZoomToSelectionActionAction for zooming to the current selection
zoom.inZoomInActionAction for zooming in by one step
zoom.outZoomOutActionAction for zooming out by one step
zoom.toLevelZoomToLevelActionAction for setting zoom to a specific level
scroll.toPageScrollToPageActionAction for scrolling to a specific page
scroll.toBlockScrollToBlockActionAction for scrolling to a specific block
timeline.zoom.inTimelineZoomInActionAction for zooming in the video timeline
timeline.zoom.outTimelineZoomOutActionAction for zooming out the video timeline
timeline.zoom.fitTimelineZoomToFitActionAction for fitting the video timeline to show all content
timeline.zoom.toLevelTimelineZoomToLevelActionAction for setting the video timeline zoom to a specific level
timeline.zoom.resetTimelineZoomResetActionAction for resetting the video timeline zoom to default
timeline.expandTimelineExpandActionAction for expanding the video timeline
timeline.collapseTimelineCollapseActionAction for collapsing the video timeline
copyCopyActionAction for copying selected blocks to the clipboard
pastePasteActionAction for pasting blocks from the clipboard