interface SemanticTokens {
    data: Uint32Array;
    resultId?: string;
}

Properties

Properties

data: Uint32Array
resultId?: string