SchemaView.AnyArrayProperty Type Alias
SchemaView.AnyArrayProperty = SchemaView.PrimitiveArrayProperty | SchemaView.StructArrayProperty
Any array property (primitive or struct). Useful for accessing arrayMinOccurs/arrayMaxOccurs
after an isArray() check.
Defined in
- ecschema-metadata/src/SchemaView.ts Line 866
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.