public enum ExportOptionUI : String, Codable
UI type for export option presentation. Defines how an export option should be displayed in the user interface.
[LINK](#/s:9embed_sdk14ExportOptionUIO4LINKyA2CmF)
Display as a text link
Swift
case LINK = "link"
[BUTTON](#/s:9embed_sdk14ExportOptionUIO6BUTTONyA2CmF)
Display as a standard button
Swift
case BUTTON = "button"
[ENABLED_BUTTON](#/s:9embed_sdk14ExportOptionUIO14ENABLED_BUTTONyA2CmF)
Display as an enabled/highlighted button
Swift
case ENABLED_BUTTON = "enabled-button"
[DROPDOWN](#/s:9embed_sdk14ExportOptionUIO8DROPDOWNyA2CmF)
Display as a dropdown menu option
Swift
case DROPDOWN = "dropdown"