cc-everywhere

Interface: PublishAction

Action for publishing content to the host application.

See

Extends

Properties

Property
Type
Description
Overrides
target
PUBLISH
-
BaseAction.target
publishFileType?
| JPEG | PNG | PDF | MP4
The file type of asset to be published
-
closeTargetOnExport?
boolean
-
-
outputType?
AssetDataType
Desired asset data type for images. For image output types, host can set this property to either base64, url or blob. Default type for images is base64. For videos, we will always send output as url irrespective of this property. Default base64
-
enableByDefault?
boolean
Whether to enable the export option by default. Default false
-