Theia API Documentation v1.65.0
    Preparing search index...
    interface InlineValueVariableLookup {
        caseSensitiveLookup: boolean;
        range: Range;
        type: "variable";
        variableName?: string;
    }
    Index

    Properties

    caseSensitiveLookup: boolean
    range: Range
    type: "variable"
    variableName?: string