A museum card to use in a list.

Deprecated

Properties

bookmarked: boolean = false

Is the museum bookmarked

image: string

The image link to use as the image for the museum

name: string

The name of the museum

type: string

The type of museum

Events

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

Fired when the bookmark button is clicked

Type declaration

  • bookmarked: boolean
  • event: UIEvent

Generated using TypeDoc