Skip to main content

List

A generic type: list of values of any other type.

Parameters

ParameterValue TypeDescription
positionalFIELD_TYPEValue field type

Examples

type A {
fields {
list_str: List[String]
list_num: List[Number[max=3]]
list_tag: List[Tag[dynamic=true]]
list_note: List[Note["Type1", "Type2"]]
}
}

Picker

TODO