API reference
Design
addAudioTrackaddElementAtCursoraddElementAtPointaddNativeElementaddPagecreateRichtextRangeeditContentgetCurrentPageContextgetDefaultPageDimensionsgetDesignTokeninitAppElementopenDesignoverlay.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
current
CurrentAppProcess
Read-onlyRequired
The current app process.
For more information, see appProcess.current.
Methods
requestClose
function
Required
Requests the termination of the specified app process.
For more information, see appProcess.requestClose.
registerOnStateChange
function
Required
Registers a callback that runs when the state of the specified app process changes.
For more information, see appProcess.registerOnStateChange.
registerOnMessage
function
Required
Registers a callback that listens for broadcasted messages.
For more information, see appProcess.registerOnMessage.
broadcastMessage
function
Required
Broadcasts a message to all of the app's active processes, not including the current process.
For more information, see appProcess.broadcastMessage.