IHubEmbed

Interface

Interface to represent a Hub embed

Properties

Property Type Notes
key string

unique identifier

viewportAll Optional HubEmbed

settings applied to all screen sizes -- only applies when specific viewport sizes are not set

viewportDesktop Optional HubEmbed

settings applied to screens 980px wide and above

viewportMobile Optional HubEmbed

settings applied to screens 360px wide and above

viewportTablet Optional HubEmbed

settings applied to screens 560px wide and above


Interface defined in common/src/core/types/Embeds.ts:10