JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface CompletionItem

    An editor-agnostic completion suggestion.

    interface CompletionItem {
        detail?: string;
        kind: CompletionKind;
        label: string;
    }
    Index
    detail?: string
    label: string