pyautark (soon)
@urban-toolkit/autk-plot / PlotEvent
Enumeration: PlotEvent
Defined in: types-events.ts:9
Interaction events emitted by plot instances.
Each event carries a payload with selection, where values are source feature ids represented by currently selected marks.
Enumeration Members
BRUSH
BRUSH:
"brush"
Defined in: types-events.ts:17
Emitted after 2D rectangular brush interactions.
BRUSH_X
BRUSH_X:
"brushX"
Defined in: types-events.ts:25
Emitted after horizontal brush interactions.
BRUSH_Y
BRUSH_Y:
"brushY"
Defined in: types-events.ts:21
Emitted after vertical brush interactions.
CLICK
CLICK:
"click"
Defined in: types-events.ts:13
Emitted after click-based selection updates.