UISettingsEntry ​
Represents an entry in the UI settings.
Kind: Class
Namespace: CrowdControl.Common
Public Constructors
UISettingsEntry()
Public Attributes
string
name
The name of the entry.
string
safeName
The safe name of the entry.
string
description
The description of the entry.
ValueType
valueType
The type of the entry.
UIType
uiType
The UI type of the entry.
string[]
range
The minimum and maximum values of the entry.
string
value
The default value of the entry.
