IWithViewSettings
Properties to be exclusively displayed on an entity's pre-defined view
Properties
Property | Type | Notes |
---|---|---|
Optional | any[] |
array of contacts associated with an entity. Contact interface TBD |
Optional | string[] |
array of entity's featured content ids to be rendered in a gallery |
Optional | string |
alt text of an entity's featured image |
Optional | string |
name of an entity's featured image |
Optional | string |
entity's featured image url |
Optional | boolean |
whether the entity should render it's location on a map |
Optional | IHubTimeline |
timeline associated with an entity |
Interface defined in common/src/core/traits/IWithViewSettings.ts:7