Outputs a single property value. Overrides for individual properties come from block parameters whose name matches the . This component is rarely used on its own, but is a critical piece of the BeanDisplay component.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| model | PropertyModel | Required, NOT Allow Null | prop | Model for property displayed by the cell. | |
| object | Object | Required, NOT Allow Null | prop | Identifies the object being rendered. The component will extract a property from the object and render its value (or delegate to a Block that will do so). | |
| overrides | PropertyOverrides | Required, NOT Allow Null | prop | Used to search for block parameter overrides (this is normally the enclosing Grid component's resources). |