Model - parameters
Every value method — a parameters[] step binds a name to one of these, and expressions elsewhere in the document read it by that name.
| Method | Description | Arg | Type | Default | Meaning |
|---|---|---|---|---|---|
angle | Angle | value | angle | 0 | |
block | Block | ||||
boolean | Boolean | value | binary | 0 | |
color | Color | value | color | '#ffffff' | |
length | Length | value | length | 0 | |
number | Number | value | number | 0 | |
object | Object — A free-shape JSON value — object, array or scalar. The general binding for structured data (a select's options, a cart, a lookup table) that no scalar value type can hold. | value | object | {} | |
text | Text | value | string | '' | |
url | URL — An attached file (font/image/any file) as an ordinary parameter — the value IS the file's URL; reference it by key from any expression. | value | url | '' |