Langium - v4.0.0
    Preparing search index...

    Interface Property

    interface Property {
        astNodes: Set<
            GrammarAST.Action
            | GrammarAST.TypeAttribute
            | GrammarAST.Assignment,
        >;
        comment?: string;
        defaultValue?: PropertyDefaultValue;
        name: string;
        optional: boolean;
        type: PropertyType;
    }
    Index

    Properties

    astNodes: Set<
        GrammarAST.Action
        | GrammarAST.TypeAttribute
        | GrammarAST.Assignment,
    >
    comment?: string
    defaultValue?: PropertyDefaultValue
    name: string
    optional: boolean