public class ExportOptionGroup : BaseExportOptionOrGroup, ExportGroup
Undocumented
[style](#/s:9embed_sdk17ExportOptionGroupC5styleAA15BaseButtonStyleCSgvp)
Undocumented
Swift
public var style: ButtonStyle?
[type](#/s:9embed_sdk17ExportOptionGroupC4typeAA0cE4TypeOvp)
Undocumented
Swift
public var type: ExportGroupType
[label](#/s:9embed_sdk17ExportOptionGroupC5labelSSvp)
Undocumented
Swift
public var label: String
[options](#/s:9embed_sdk17ExportOptionGroupC7optionsSayAA08DropdowncD0CGvp)
Undocumented
Swift
public var options: [DropdownExportOption]
[init(style:label:options:)](#/s:9embed_sdk17ExportOptionGroupC5style5label7optionsAcA15BaseButtonStyleCSg_SSSayAA08DropdowncD0CGtcfc)
Undocumented
Swift
public init(style: ButtonStyle?, label: String, options: [DropdownExportOption])
[init(from:)](#/s:9embed_sdk17ExportOptionGroupC4fromACs7Decoder_p_tKcfc)
Undocumented
Swift
public required init(from decoder: any Decoder) throws
[encode(to:)](#/s:SE6encode2toys7Encoder_p_tKF)
Swift
override public func encode(to encoder: any Encoder) throws