Options
All
  • Public
  • Public/Protected
  • All
Menu

Lasso events are being fired whenever the user uses the lasso tool to select a time interval on one or more rows.

since

1.1

Hierarchy

  • LassoEvent

Index

Constructors

constructor

Properties

Static ALL

ALL: EventType = new EventType(undefined, "ALL")

The parent event type of all other lasso event types.

Static SELECTION_FINISHED

SELECTION_FINISHED: EventType = new EventType(LassoEvent.ALL, "SELECTION_FINISHED")

An event type used when the user finishes a selection with the lasso.

Static SELECTION_ONGOING

SELECTION_ONGOING: EventType = new EventType(LassoEvent.ALL, "SELECTION_ONGOING")

An event type used while the user is using the lasso to perform a selection.

Static SELECTION_STARTED

SELECTION_STARTED: EventType = new EventType(LassoEvent.ALL, "SELECTION_STARTED")

An event type used when the user starts a selection with the lasso.

Methods

getEventType

  • Returns EventType

getInfo

  • Returns LassoInfo