Type Nomenclature
Type nomenclature
type | values |
---|---|
<boolean> | on , off , yes , no , true , false , 1 , 0 , toggle |
<argb_hex> | Color as an 8 digit hex with alpha, red, green and blue channels |
<path> | An absolute file path |
<string> | Any UTF-8 string or symbol |
<float> | A floating point number |
<integer> | An integer |
<positive_integer> | A positive integer |
<positive_integer list> | A comma separated list of positive integers |
Note: All <boolean>
properties can be negated with an exclamation mark, e.g. !on
.