Newer Version Available
force:outputField
An abstract component that provides a concrete type-specific output component implementation based on the data to which it is bound.
Attributes
| Attribute Name | Attribute Type | Description | Required? |
|---|---|---|---|
| body | Component[] | The body of the component. In markup, this is everything in the body of the tag. | |
| class | String | A CSS style to be attached to the component. This style is added in addition to base styles output by the component. | |
| value | Object | Data value of Salesforce field to which to bind. |