rune-langium / visual-editor/src / CompletionItem
Interface: CompletionItem
Defined in: packages/visual-editor/src/hooks/useExpressionAutocomplete.ts:65
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
detail? | string | Optional detail text. | packages/visual-editor/src/hooks/useExpressionAutocomplete.ts:71 |
insertText | string | The text to insert. | packages/visual-editor/src/hooks/useExpressionAutocomplete.ts:73 |
kind | "function" | "type" | "feature" | Kind of completion (type, function, feature). | packages/visual-editor/src/hooks/useExpressionAutocomplete.ts:69 |
label | string | Display label for the completion. | packages/visual-editor/src/hooks/useExpressionAutocomplete.ts:67 |