Instance Variable
widgetOptions
Stores the current options for the widget.
Declaration
NSMutableDictionary *widgetOptions;
Description
This is the storage for the options, changes won't be saved until the delegate knows about it. Avoid making direct changes, instead use the setWidgetOptionValue:forKey:.
Related Links
Preferences
-
- options
Gets a copy of the current widget options.
-
- setWidgetOptionValue:forKey:
Setter for changing widget options.