- id :
string
Dirz : Dirz
Kind: global class
gets value for the key.
Kind: instance method of Dirz
Param | Type | Default | Description |
---|---|---|---|
key | string |
||
[defaultValue] | number | string | boolean |
|
optional. returns this value if the key has not been set. |
sets the value with the desired type, if specified.
bool
type is converted to bool so that passing "false"
will equal false
Kind: instance method of Dirz
Param | Type | Description |
---|---|---|
key | string |
|
value | number | string | boolean |
|
[type] | string |
allowed types are string int /integer float bool /boolean |
removes the key from the store
Kind: instance method of Dirz
Param | Type |
---|---|
key | string |
Kind: global variable