Skip to content
pyautark (soon)

@urban-toolkit/autk-core


@urban-toolkit/autk-core / SelectionData

Interface: SelectionData

Defined in: event-emitter.ts:20

Base payload shared by selection-driven visualization events.

Packages such as @urban-toolkit/autk-map and @urban-toolkit/autk-plot extend or alias this shape so selection interactions follow a consistent contract across the toolkit.

Properties

selection

selection: number[]

Defined in: event-emitter.ts:22

Source feature indices included in the current selection.

Released under the MIT License.