Interface SemanticTokensLegend

interface SemanticTokensLegend {
    tokenModifiers: string[];
    tokenTypes: string[];
}

Properties§

§readonly tokenModifiers: string[]
§readonly tokenTypes: string[]