Langium - v4.0.0
    Preparing search index...

    Interface SemanticTokenNodeOptions

    interface SemanticTokenNodeOptions {
        modifier?: string | string[];
        node: CstNode;
        type: string;
    }
    Index

    Properties

    Properties

    modifier?: string | string[]
    node: CstNode
    type: string