An point of interest card to use in a list.

Deprecated

Properties

bookmarked: boolean = false

Is the point bookmarked

image: string

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

label: string

Text of label

labels: {
    background?: string;
    color?: string;
    content: string;
}[]

Array of text labels (each can have its own color for text and background)

Type declaration

  • Optional background?: string
  • Optional color?: string
  • content: string
location: string

Where will this point occur

name: string

The name of the point

type: string

The type of point

Events

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

Fired when the bookmark button is clicked. Can also be provided as inline element.

Type declaration

  • bookmarked: boolean
  • event: UIEvent

Generated using TypeDoc