Constructors
constructor
-
Parameters
Properties
Static ALL
ALL
: EventType = new EventType(undefined, "ALL")
Static SELECTION_FINISHED
SELECTION_
FINISHED: EventType = new EventType(LassoEvent.ALL, "SELECTION_FINISHED")
Static SELECTION_ONGOING
SELECTION_
ONGOING: EventType = new EventType(LassoEvent.ALL, "SELECTION_ONGOING")
Static SELECTION_STARTED
SELECTION_
STARTED: EventType = new EventType(LassoEvent.ALL, "SELECTION_STARTED")
Methods
getEventType
-
getInfo
-
Lasso events are being fired whenever the user uses the lasso tool to select a time interval on one or more rows.
1.1