Defaults
| Properties | description |
|---|---|
| defaults | get defined defaults as js object |
| Methods | Arguments | description |
|---|---|---|
| set | (string) key, (any) value, (string) type | key and value are required, if type is omitted, the value is saved as a string. |
| get | (string) key, (string) type | type is optional, if not defined, will return the keys value as a string. Accepted types are: “string”, “int”, “bool”, “float”, “url”, “object” |