cc-everywhere

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: