addOnUISdk.constants
A set of constants used throughout the add-on SDK. These constants are equal to their variable name as a string value, ie: for the ButtonType
constant, primary
has a value of "primary".
Constants
Name | Type | Description |
BitRate | number | Bit rate in bits per second.
4000000 8000000 10000000 12000000 15000000 25000000 50000000 |
BleedUnit | string | Units for the page bleed.
|
ButtonType | string | The type of the button pressed in a dialog.
|
ColorPickerEvent | string | Custom events dispatched by the Color Picker.
"colorpicker-color-change" "colorpicker-close" |
ColorPickerPlacement | string | Placement of the color picker popover with respect to the anchor element.
"top" "bottom" "left" "right" |
DialogResultType | string | The type of modal dialog result.
|
EditorPanel | string | The Adobe Express Editor panel to be opened.
|
ElementsTabs | string | Tabs in the Editor's Elements panel.
|
FileSizeLimitUnit | string | Unit of the file size limit.
"KB" "MB" |
FrameRate | number | Frame rate in frames per second.
23.976 24 25 29.97 30 60 |
LinkOptions | string | The type of link
|
MediaTabs | string | Tabs in the Editor's Media panel.
|
PanelActionType | string | Types of actions that can be performed on Editor panels.
|
Range | string | Rendition page range. Options:
|
RenditionFormat | string | Required output format of the rendition.
"image/jpeg" "image/png" "video/mp4" "application/pdf" "application/vnd.openxmlformats-officedocument.presentationml.presentation" |
RenditionIntent | string | The intent to set for creating the rendition. Options:
|
RenditionType | string | The type of rendition. Currently returns "page". |
RuntimeType | string | Runtime type of the entrypoint creating this backend object.
|
Variant | string | Types of dialog variants supported.
|
VideoResolution | string | Video resolution options for the mp4 renditions.
"480p" "720p" "1080p" "1440p" "2160p" |