Interface: CompletionItem
Defined in: packages/kata-lsp/src/completions.ts:3
Properties
detail?
optional detail?: string;
Defined in: packages/kata-lsp/src/completions.ts:6
kind
kind: "scene" | "variable" | "asset";
Defined in: packages/kata-lsp/src/completions.ts:5
label
label: string;
Defined in: packages/kata-lsp/src/completions.ts:4