public class Style : Codable
Style configuration for export options. Defines the visual presentation style for export actions.
## Properties
uiType: The UI type for the export option
[init(uiType:)](#/s:9embed_sdk5StyleC6uiTypeAcA14ExportOptionUIO_tcfc)
Undocumented
Swift
public init(uiType: ExportOptionUI)
[init(from:)](#/s:Se4fromxs7Decoder_p_tKcfc)
Swift
public required init(from decoder: any Decoder) throws
[encode(to:)](#/s:SE6encode2toys7Encoder_p_tKF)
Swift
public func encode(to encoder: any Encoder) throws