Ignore, don't use the constructor directly! Use the static methods such as createBoolean or createString etc..
Returns the current value associated with this config item
Overrides the value associated with this config item
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 name of the function to call when the config item is changed, as a string
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