OptionsPanelDelegate
public protocol OptionsPanelDelegate : AnyObject
The delegate of an OptionsPanel object must adopt the OptionsPanelDelegate
protocol to get notified on updates.
-
Tells the delegate the panel changes to a new option item.
Declaration
Swift
func optionsPanel(_ panel: OptionsPanel, didChangeTo option: OptionItem)Parameters
panelThe panel notifying the change of option item.
optionThe new option item.
View on GitHub
OptionsPanelDelegate Protocol Reference