Search Docs
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
zoom.toFitZoomToFitActionAction for zooming to fit the current page in the viewport
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
selection.splitSelectionSplitActionAction for splitting the first selected clip at the playhead
video.decode.checkSupportVideoDecodeCheckSupportActionAction for checking video decoding/playback support
video.encode.checkSupportVideoEncodeCheckSupportActionAction for checking video encoding/export support
editor.checkBrowserSupportEditorCheckBrowserSupportActionAction for checking browser capabilities at editor startup
scene.createSceneCreateActionAction for creating a new scene with configurable mode and page sizes
asset.deleteDeleteAssetActionAction invoked when the user deletes an asset from an asset source via the asset library card.
selection.allSelectionAllActionSelect every block on the current page.
selection.deleteSelectionDeleteActionDelete the selected blocks.
vectorPath.deleteNodeOrPointVectorPathDeleteNodeOrPointActionDelete the selected vector node or control point.
selection.duplicateSelectionDuplicateActionDuplicate the selected blocks.
selection.groupSelectionGroupActionGroup the selected blocks.
selection.ungroupSelectionUngroupActionUngroup any selected group block.
text.toggleBoldTextToggleBoldActionToggle bold on the selected text.
text.toggleItalicTextToggleItalicActionToggle italic on the selected text.
text.toggleUnderlineTextToggleUnderlineActionToggle underline on the selected text.
text.toggleStrikethroughTextToggleStrikethroughActionToggle strikethrough on the selected text.
video.playPauseVideoPlayPauseActionToggle play/pause on the current page.
history.undoHistoryUndoActionUndo the last editor operation.
history.redoHistoryRedoActionRedo the last undone editor operation.
selection.nudgeUpNudgeActionNudge the selection up by one step.
selection.nudgeDownNudgeActionNudge the selection down by one step.
selection.nudgeLeftNudgeActionNudge the selection left by one step.
selection.nudgeRightNudgeActionNudge the selection right by one step.
selection.nudgeUpExtendedNudgeActionNudge the selection up by one extended step.
selection.nudgeDownExtendedNudgeActionNudge the selection down by one extended step.
selection.nudgeLeftExtendedNudgeActionNudge the selection left by one extended step.
selection.nudgeRightExtendedNudgeActionNudge the selection right by one extended step.
group.enterOrExitGroupEnterOrExitActionEnter the selected group, or exit the current group when no group is selected.
selection.parentOrDeselectSelectionParentOrDeselectActionSelect the parent group of the current selection, or deselect when none.
page.selectNextPageSelectNextActionSelect the next page.
page.selectPreviousPageSelectPreviousActionSelect the previous page.
toggleUserInterfaceVisibilityToggleUserInterfaceVisibilityActionToggle the editor’s user interface visibility.