-
Notifications
You must be signed in to change notification settings - Fork 1
Element defintion
T. Kunze edited this page Apr 20, 2018
·
2 revisions
property | values | description |
---|---|---|
cells | matrix | an array that describes the matrix of the element |
Matrix cells are objects situated within the cells property:
"cells": [ /* matrix */
[ /* line */
{ /* cell */ },
{ /* cell */ }
],[ /*line */
{ /* cell */ },
{ /* cell */ }
]
]
property | values | description |
---|---|---|
type | input or output or distractor | |
figure | figure icon name | see the Semantic UI icon docs |
size | figure size name | see the Semantic UI icon docs |
position | integer 1 to 9 | position numbers equivalent to a phone number block |
orientation | integer | degree of rotation of the figure |
color | figure color | see the Semantic UI docs |
eigendynamics | object or array | (self-)changements per round |
The named properties (figure, size, position, orientation, color) can change and hence have multiple values within an array.