Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntryDisplay

Optional. The item display's information.

Hierarchy

  • EntryDisplay

Properties

Optional description

description: undefined | string

Optional. Body text of the card.

Optional footer

footer: undefined | string

Optional. Footer text for the browsing collection item, displayed below the description. Single line of text, truncated with an ellipsis.

Optional image

image: Image

Optional. The image to display.

Optional openUrl

openUrl: OpenURL

URL of document associated with browsing carousel item. Required for browsing carousel.

Optional title

title: undefined | string

Required. Title of the item. When tapped, this text will be posted back to the conversation verbatim as if the user had typed it. Each title must be unique among the set of collection items.

Generated using TypeDoc