The fullFeed component is still considered BETA and as such shouldn't be considered ready for production.
The fullFeed component is intended for use with Lightning Out or other apps outside of Salesforce1 and Lightning Experience.
Including the fullFeed component in Lightning Experience at this time will 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.
Attribute Name | Attribute Type | Description | Required? |
---|---|---|---|
body | Component[] | The body of the component. In markup, this is everything in the body of the tag. | |
handleNavigationEvents | Boolean | 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. | |
subjectId | String | For most feeds tied to an entity, this is used specified the desired entity. Defaults to the current user if not specified | |
type | String | The strategy used to find items associated with the subject. Valid values include: News, Home, Record, To. |