GraphiQL API Documentation
    Preparing search index...

    Interface ModeConfiguration

    interface ModeConfiguration {
        colors?: boolean;
        completionItems?: boolean;
        diagnostics?: boolean;
        documentFormattingEdits?: boolean;
        documentRangeFormattingEdits?: boolean;
        documentSymbols?: boolean;
        foldingRanges?: boolean;
        hovers?: boolean;
        selectionRanges?: boolean;
        tokens?: boolean;
    }
    Index

    Properties

    colors?: boolean

    Defines whether the built-in color provider is enabled.

    completionItems?: boolean

    Defines whether the built-in completionItemProvider is enabled.

    diagnostics?: boolean

    Defines whether the built-in diagnostic provider is enabled.

    documentFormattingEdits?: boolean

    Defines whether the built-in documentFormattingEdit provider is enabled.

    documentRangeFormattingEdits?: boolean

    Defines whether the built-in documentRangeFormattingEdit provider is enabled.

    documentSymbols?: boolean

    Defines whether the built-in documentSymbolProvider is enabled.

    foldingRanges?: boolean

    Defines whether the built-in foldingRange provider is enabled.

    hovers?: boolean

    Defines whether the built-in hoverProvider is enabled.

    selectionRanges?: boolean

    Defines whether the built-in selection range provider is enabled.

    tokens?: boolean

    Defines whether the built-in tokens provider is enabled.