Ignore, don't use the constructor directly! Use the static methods such as createBoolean or createString etc..
Readonly
dataReadonly
defaultReadonly
descReadonly
keyReadonly
nameReadonly
sectionReturns the value associated with this config item which has been set in the package manager
Overrides the value associated with this config item and is reflected in the package manager
Static
createCreate a config item which will be editable by users through the package config manager
a unique string associated with the config item to identify it amongst others
the section the items falls under in the config
display name of the config item
define a small description for the config item
the default value your config item presents, it can be anything in-line with your data type
Static
createCreate a config item which will be editable by users through the package config manager
a unique string associated with the config item to identify it amongst others
the section the items falls under in the config
display name of the config item
define a small description for the config item
the default value your config item presents, it can be anything in-line with your data type
Static
createCreate a config item which will be editable by users through the package config manager
a unique string associated with the config item to identify it amongst others
the section the items falls under in the config
display name of the config item
define a small description for the config item
for integer types, define the minimum value a user can input
for integer types, define the maximum value a user can input
the default value your config item presents, it can be anything in-line with your data type
Static
createCreate a config item which will be editable by users through the package config manager
a unique string associated with the config item to identify it amongst others
the section the items falls under in the config
display name of the config item
define a small description for the config item
the default value your config item presents, format: new WorldPoint(x, y, z) OR null to show 'not set'
Static
createCreate a config item which will be editable by users through the package config manager
a unique string associated with the config item to identify it amongst others
the section the items falls under in the config
display name of the config item
define a small description for the config item
for list types, an array of items which be selectable in the dropdown menu
the default value your config item presents, it can be anything in-line with your data type
Static
createCreate a config item which will be editable by users through the package config manager
a unique string associated with the config item to identify it amongst others
the section the items falls under in the config
display name of the config item
define a small description for the config item
the default value your config item presents, it can be anything in-line with your data type
Static
createCreate a config item which will be editable by users through the package config manager
a unique string associated with the config item to identify it amongst others
the section the items falls under in the config
display name of the config item
define a small description for the config item
the default value your config item presents, format: new WorldPoint(x, y, z) OR null to show 'not set'
Create a config item which will be editable by users through the package config manager