PropertyMetaDataProps Interface
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| customAttributes | CustomAttribute[] | undefined | ||
| description | string | undefined | ||
| direction | string | undefined | ||
| displayLabel | string | undefined | ||
| extendedType | string | undefined | ||
| isCustomHandled | boolean | undefined | ||
| isCustomHandledOrphan | boolean | undefined | ||
| kindOfQuantity | string | undefined | ||
| maximumLength | number | undefined | ||
| maximumValue | any | undefined | ||
| maxOccurs | number | undefined | ||
| minimumLength | number | undefined | ||
| minimumValue | any | undefined | ||
| minOccurs | number | undefined | ||
| primitiveType | number | undefined | ||
| readOnly | boolean | undefined | ||
| relationshipClass | string | undefined | ||
| structName | string | undefined | 
Defined in
- core/common/src/EntityProps.ts Line 107
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.