public struct EditDropdownOptionConfig : Codable
Configuration for edit dropdown options in the editor.
## Properties
option: The editing intent/tool to include in the dropdown
[init(option:)](#/s:9embed_sdk24EditDropdownOptionConfigV6optionAcA0C13FurtherIntentO_tcfc)
Undocumented
Swift
public init(option: EditFurtherIntent)
[init(from:)](#/s:Se4fromxs7Decoder_p_tKcfc)
Swift
public init(from decoder: any Decoder) throws
[encode(to:)](#/s:SE6encode2toys7Encoder_p_tKF)
Swift
public func encode(to encoder: Encoder) throws