Interface SemanticTokens

3.16.0

interface SemanticTokens {
    data: number[];
    resultId?: string;
}

Properties

Properties

data: number[]

The actual tokens.

resultId?: string

An optional result id. If provided and clients support delta updating the client will include the result id in the next semantic token request. A server can then instead of computing all semantic tokens again simply send a delta.