Langium - v4.0.0
    Preparing search index...

    Interface SemanticTokenKeywordOptions

    interface SemanticTokenKeywordOptions {
        index?: number;
        keyword: string;
        modifier?: string | string[];
        node: AstNode;
        type: string;
    }
    Index

    Properties

    index?: number
    keyword: string
    modifier?: string | string[]
    node: AstNode
    type: string