Type Alias: ExportOption
type ExportOption =
| PublishExportOption<
| ButtonStyle
| LinkStyle>
| DownloadExportOption<
| ButtonStyle
| LinkStyle>
| EditFurtherExportOption<
| ButtonStyle
| EnabledButtonStyle
| LinkStyle>;
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