A festival card to use in a list.

Deprecated

Properties

bookmarked: boolean = false

Is the festival bookmarked

description: string

A description of the festival

image: string

The image link to use as the image for the festival

link: string

The link for the read more button

linkText: string

The text for the read more button

name: string

The name of the festival

schedule: string

When will the festival occur

Events

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

Fired when the bookmark button is clicked

Type declaration

  • bookmarked: boolean
  • event: UIEvent

Generated using TypeDoc