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
AbsolutePage
API reference for the AbsolutePage type.
A page with either fixed or unbounded dimensions.
Properties
type
string
Read-onlyRequiredThe type of page.
locked
boolean
Read-onlyRequiredIf true
, the page is locked and cannot be modified.
dimensions
Dimensions | undefined
Read-onlyRequiredThe dimensions of the page. dimensions
is undefined for whiteboard pages.
width
number
Read-onlyRequiredA width, in pixels.
height
number
Read-onlyRequiredA height, in pixels.
background
Fill | undefined
Read-onlyRequiredThe background of the page. background
is undefined for whiteboard pages.
For more information, see Fill.
elements
ElementList
Read-onlyRequiredThe elements on the page.
For more information, see ElementList.