When true
, the field will be non-editable.
Props that will be passed through to Form.Item component.
This prop shall be supplied if the entity property has Composition relation type. It is a view that will be used to limit the entity graph of a nested entity.
This prop shall be supplied if the entity property has Association relation type. It is a data collection containing entity instances that can be assigned to this property (i.e. possible options that can be selected in a form field).
This prop shall be supplied if the entity property has Composition relation type. It is an id of the enclosing entity instance.
Generated using TypeDoc
Props that will be passed through to the underlying component (i.e. the actual component that will be rendered, such as
DatePicker
orSelect
).