Langium - v4.0.0
    Preparing search index...

    Interface ArrayType

    interface ArrayType {
        elementType: undefined | PropertyType;
    }
    Index

    Properties

    Properties

    elementType: undefined | PropertyType