Skip to content
Moritz Wolf edited this page Apr 21, 2021 · 3 revisions

A list of all possible fields.

Field Values Info
type loading, read, select, checkmark, label, boolean, ... (State-Types) Defines the state type.
transitions [ [path, target, [actions] ] Defines the transitions that are possible from the current state.
question Define the question to ask to the annotator.
options [option1, option2,...] A list of options (for select type states).
saveAll true, false Set save action for all transitions of current state. (Default: false)
nextState target Set target state for all transitions of current state.
column Name of column in database in which to save answers. By default, this is set to the name of the state.
Clone this wiki locally