Interface SemanticTokensEdits

interface SemanticTokensEdits {
    edits: SemanticTokensEdit[];
    resultId?: string;
}

Properties§

§readonly edits: SemanticTokensEdit[]
§readonly resultId?: string