cc-everywhere

Interface: TextToImagePublishParams

Asset related information received with onPublish callback.

Extends

Properties

Property
Type
Description
Inherited from
asset
OutputAsset[]
Asset which is exported
PublishParams.asset
exportButtonId
string
id of the export option clicked
PublishParams.exportButtonId
documentId?
string
Unique identifier for the assets created/edited.
PublishParams.documentId
prompt
string
prompt used to generate the image.
-
currentScreen?
TextToImageScreen
current screen where the publish action was initiated.
-