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
Stroke
API reference for the Stroke 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.
Represents an outline, such as the border of an element.
Properties
weightnumberRequired
The weight (thickness) of the stroke.
Minimum: 0
Maximum: 100
colorContainerobjectRead-onlyRequired
The color of the stroke.
refColorFillRequired
A solid color that fills an interior.
typestringRead-onlyRequired
The type of color.
The only valid value is "solid".
colorstringRequired
The color of the fill.
This must be a valid, six-digit hex code, prefixed with a # symbol.
- Must be six characters long.
- Must start with a
#. - Must use lowercase letters.
Example
"#ff0099"
TS
Represents something that's not supported by the Apps SDK.
typestringRead-onlyRequired
The only valid value is "unsupported".
setfunctionRequired
Parameters
stateSolidFillStateRequired
A state that creates a solid color fill.
typestringRead-onlyRequired
The type of color.
The only valid value is "solid".
colorstringRequired
The color of the fill.
This must be a valid, six-digit hex code, prefixed with a # symbol.
- Must be six characters long.
- Must start with a
#. - Must use lowercase letters.
Example
"#ff0099"
TS
Returns
void