Langium - v4.0.0
    Preparing search index...

    Interface SemanticTokenRangeOptions

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

    Properties

    Properties

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