public struct MobileToolbarOption : Codable
Configuration for mobile toolbar icon option. Defines a custom toolbar icon with identifier, label, and base64 icon data.
## Properties
id: Unique identifier for the iconlabel: Display label shown to the usericon: Base64-encoded icon data
[id](#/s:9embed_sdk19MobileToolbarOptionV2idSSvp)
Undocumented
Swift
public let id: String
[label](#/s:9embed_sdk19MobileToolbarOptionV5labelSSvp)
Undocumented
Swift
public let label: String
[icon](#/s:9embed_sdk19MobileToolbarOptionV4iconSSvp)
Undocumented
Swift
public let icon: String
[init(id:label:icon:)](#/s:9embed_sdk19MobileToolbarOptionV2id5label4iconACSS_S2Stcfc)
Undocumented
Swift
public init(id: String, label: String, icon: String)