Type Alias: ExportOption
type ExportOption =
| PublishExportOption<
| ButtonStyle
| LinkStyle>
| DownloadExportOption<
| ButtonStyle
| LinkStyle>
| EditFurtherExportOption<
| ButtonStyle
| EnabledButtonStyle
| LinkStyle>
| CallBackExportOption<
| ButtonStyle
| LinkStyle>;
See
ExportOptions for the array type used in export configuration Represents the available export options for the CC Everywhere SDK.
This union type includes:
- PublishExportOption - Options for publishing content with ButtonStyle or LinkStyle
- DownloadExportOption - Options for downloading content with ButtonStyle or LinkStyle
- EditFurtherExportOption - Options for further editing with ButtonStyle, EnabledButtonStyle, or LinkStyle
- CallBackExportOption - Options for callback actions with ButtonStyle or LinkStyle