Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CollectionBrowseItem

Item in the collection.

Hierarchy

  • CollectionBrowseItem

Properties

Optional description

description: undefined | string

Description of the collection item.

Optional footer

footer: undefined | string

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

Optional image

image: Image

Image for the collection item.

Optional openUriAction

openUriAction: OpenURL

Required. URI to open if the item selected.

Optional title

title: undefined | string

Required. Title of the collection item.

Generated using TypeDoc