Full Feed (Beta)
forceChatter:fullFeed
Represents a custom Chatter feed.
For Use In
Lightning Out (Beta), Standalone Lightning App
Theis component is intended for use with Lightning Out or other apps outside of the Salesforce mobile app and Lightning Experience.
Including this component in Lightning Experience can result in unexpected behaviour such as posts being duplicated temporarily in the UI. To implement a Chatter feed in Lightning Experience, use forceChatter:publisher and forceChatter:feed instead.
Attributes
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| body | The body of the component. In markup, this is everything in the body of the tag. | Aura.Component[] | ||
| handleNavigationEvents | Should this component handle navigation events for entities and urls. If true then navigation events will result in the entity or url being opened in a new window. | Boolean | false | |
| subjectId | For most feeds tied to an entity, this is used specified the desired entity. Defaults to the current user if not specified | String | ||
| type | The strategy used to find items associated with the subject. Valid values include: News, Home, Record, To. | String | NEWS |