Skip to main content

Tag

Same as Choice, but allows creating new values and suggests all values specified in this field in the notes of the type.

Parameters

ParameterValue TypeDescription
...positionalSTRINGDefault options
dynamicBOOLEANIf true, aggregates all available options for the given field inside the given type
dvSTRINGCustom dataview scope for collecting tag values

Examples

type A {
fields {
country: Tag[dynamic=true]
}
}

Picker

TODO