Skip to content

API > GroupFieldType

Type alias: GroupFieldType

GroupFieldType: BaseField & { children: Field[]; default: [] | {}; expanded: boolean; tab: "STYLE"; type: "group"; }

GroupFieldType.children

children?: Field[]

GroupFieldType.default

default?: [] | {}

GroupFieldType.expanded

expanded?: boolean

GroupFieldType.tab

tab?: "STYLE"

GroupFieldType.type

type: "group"

Source

fieldTypes.ts:572