Type Alias: ExportTarget
type ExportTarget =
| PublishTarget
| DownloadTarget
| EditFurtherTarget
| CallBackTarget;
Represents the available export targets for content.
This union type includes:
- Publish to host application
- Download to user's device
- Continue editing in another application
- Callback to host application
See
- ExportAction for the corresponding action types
- ExportConfig for usage in export configuration