An tour card to use in a list

Deprecated

Properties

bookmarked: boolean = false

Is the tour bookmarked

description: string

A short description of the tour

href: string

A url to link the item to

image: string

The image link to use as the image for the tour. Can also be provided as inline element.

location: string

Where will this tour occur

name: string

The name of the tour

noSrMore: boolean

By default, a "more" for screen reades is placed at the end of the text. Set to true, to disable it.

Events

hyloBookmark: EventEmitter<{
    bookmarked: boolean;
    event: UIEvent;
}>

Fired when the bookmark button is clicked

Type declaration

  • bookmarked: boolean
  • event: UIEvent

Generated using TypeDoc