SCPreferenceType
SCPreferenceType interface
Properties
Property | Type | Description |
---|---|---|
help? | string | A description string for the dynamic preference |
id? | number | Unique integer value identifying this dynamic preference |
name? | SCPreferenceName | Unique name identifying this dynamic preference |
section? | SCPreferenceSection | Grouping name |
type? | string | The type of the dynamic preference |
value | string | The value of the dynamic preference (can be an integer or a string) |