Interface SemanticTokenRangeOptions

interface SemanticTokenRangeOptions {
    modifier?: string | string[];
    range: Range;
    type: string;
}

Properties

Properties

modifier?: string | string[]
range: Range
type: string