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