public enum ExportContext : String, Codable
Context for export actions.
[DEFAULT](#/s:9embed_sdk13ExportContextO7DEFAULTyA2CmF)
Continue in default/current context
Swift
case DEFAULT = "default"
[NEW](#/s:9embed_sdk13ExportContextO3NEWyA2CmF)
Start in a new context
Swift
case NEW = "new"