rune-langium / visual-editor/src / TypeOption
Interface: TypeOption
Defined in: packages/visual-editor/src/types.ts:244
A type option for searchable type selectors.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
kind | TypeKind | "builtin" | Type kind for badge coloring. | packages/visual-editor/src/types.ts:250 |
label | string | Display label (type name). | packages/visual-editor/src/types.ts:248 |
namespace? | string | Namespace for grouping in the dropdown. | packages/visual-editor/src/types.ts:252 |
value | string | Node ID, or special ID for built-in types. | packages/visual-editor/src/types.ts:246 |