Langium - v4.1.0
    Preparing search index...

    Interface ArrayType

    interface ArrayType {
        elementType: undefined | PropertyType;
    }
    Index

    Properties

    Properties

    elementType: undefined | PropertyType