API reference
Design
addAudioTrackaddElementAtCursoraddElementAtPointaddNativeElementaddPagecreateRichtextRangeeditContentgetCurrentPageContextgetDefaultPageDimensionsgetDesignMetadatagetDesignTokeninitAppElementopenDesignoverlay.registerOnCanOpenrequestExportselection.registerOnChangesetCurrentPageBackgroundui.startDragToCursorui.startDragToPointui.startDrag
Intents: Content
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.
This version of the API is a preview. Preview APIs are unstable and may change without warning. You can't release public apps using this API until it's stable.
A page with either fixed or unbounded dimensions.
Properties
typestringRead-onlyRequired
The type of page.
lockedbooleanRead-onlyRequired
If true, the page is locked and cannot be modified.
dimensionsDimensions | undefinedRead-onlyRequired
The dimensions of the page. dimensions is undefined for whiteboard pages.
widthnumberRead-onlyRequired
A width, in pixels.
heightnumberRead-onlyRequired
A height, in pixels.
backgroundFill | undefinedRead-onlyRequired
The background of the page. background is undefined for whiteboard pages.
For more information, see Fill.
elementsElementListRead-onlyRequired
The elements on the page.
For more information, see ElementList.