Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TimelineEventPropertiesResult

Index

Properties

event

event: Event

The original click event.

Optional group

group: undefined | null | number

The id of the clicked group

Optional item

item: undefined | null | string | number

The id of the clicked item.

pageX

pageX: number

Absolute horizontal position of the click event.

pageY

pageY: number

Absolute vertical position of the click event.

snappedTime

snappedTime: Date

Date of the clicked event, snapped to a nice value.

time

time: Date

Date of the clicked event.

Optional what

what: undefined | "axis" | "background" | "item" | "group-label" | "custom-time" | "current-time"

Name of the clicked thing.

x

x: number

Relative horizontal position of the click event.

y

y: number

Relative vertical position of the click event.

Generated using TypeDoc