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 | IHubEmbed[] |
array of embedded content |
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 | HubEntityHero |
what to show in the hero field, map/image |
Optional | HubActionLink[] |
array of actions for action links |
Optional | IHubMapSettings |
configuration settings for the entity map |
Optional | IMetricDisplayConfig[] |
configurations for how to display metrics in the ui |
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:14