Instance Method
options
Gets a copy of the current widget options.
Declaration
-(NSDictionary *)options;
Return Value
An immutable dictionary that represents the current widget options or nil if there are no options.
Related Links
Preferences
-
widgetOptions
Stores the current options for the widget.
-
- setWidgetOptionValue:forKey:
Setter for changing widget options.