Langium - v4.0.0
    Preparing search index...

    Interface SemanticTokenPropertyOptions<T>

    interface SemanticTokenPropertyOptions<T extends AstNode> {
        index?: number;
        modifier?: string | string[];
        node: T;
        property: Properties<T>;
        type: string;
    }

    Type Parameters

    Index

    Properties

    index?: number
    modifier?: string | string[]
    node: T
    property: Properties<T>
    type: string