rune-langium / visual-editor/src / TypeKind
Type Alias: TypeKind
ts
type TypeKind =
| "data"
| "choice"
| "enum"
| "func"
| "record"
| "typeAlias"
| "basicType"
| "annotation";Defined in: packages/visual-editor/src/types.ts:165
Short kind strings used for UI dispatch, badge rendering, and form actions.