IGalleryDisplayConfig

Interface

Configuration for how to display a gallery. This can apply to a catalog's display, a collection's display, the gallery-card's display, etc.

Properties

Property Type Notes
cardTitleTag Optional CARD_TITLE_TAGS
corners Optional CORNERS
hidden Optional boolean

s Used for collections to determine if the collection should be hidden in the gallery. If this is true on a collection's display config, that collection will not be shown in the gallery.

layout Optional "list" | "grid" | "map" | "table" | "calendar" | "compact"
linkButtonStyle Optional "solid" | "outline" | "outline-fill" | "transparent"
linkButtonText Optional string
shadow Optional DROP_SHADOWS
showLinkButton Optional boolean
showThumbnail Optional "show" | "hide" | "grid"

Interface defined in common/src/search/types/IHubCatalog.ts:192