API reference
Design
addAudioTrackaddElementAtCursoraddElementAtPointaddNativeElementaddPagecreateRichtextRangeeditContentgetCurrentPageContextgetDefaultPageDimensionsgetDesignMetadatagetDesignTokeninitAppElementopenDesignoverlay.registerOnCanOpenrequestExportselection.registerOnChangesetCurrentPageBackgroundui.startDragToCursorui.startDragToPointui.startDrag
Intents: data
Intents: design
Platform
appProcessappProcess.broadcastMessageappProcess.currentappProcess.current.getInfoappProcess.current.requestCloseappProcess.current.setOnDisposeappProcess.requestCloseappProcess.registerOnMessageappProcess.registerOnStateChangefeatures.isSupportedfeatures.registerOnSupportChangegetPlatformInfonotification.addToastrequestOpenExternalUrl
appProcess
API reference for the appProcess namespace.
Provides methods for interacting with an app process.
Properties
currentCurrentAppProcessRead-onlyRequired
The current app process.
For more information, see appProcess.current.
Methods
requestClosefunctionRequired
Requests the termination of the specified app process.
For more information, see appProcess.requestClose.
registerOnStateChangefunctionRequired
Registers a callback that runs when the state of the specified app process changes.
For more information, see appProcess.registerOnStateChange.
registerOnMessagefunctionRequired
Registers a callback that listens for broadcasted messages.
For more information, see appProcess.registerOnMessage.
broadcastMessagefunctionRequired
Broadcasts a message to all of the app's active processes, not including the current process.
For more information, see appProcess.broadcastMessage.