Type Alias: CompletionKind
ts
type CompletionKind = "component" | "modifier" | "part" | "property" | "function" | "state";Defined in: packages/providers/src/types.ts:31
What kind of thing a completion inserts.