Return the current selection id list.
Return ids of nodes whose AABB overlaps the given rect (fallback).
OptionalhitHit-test against a closed polygon (vertex order CW or CCW; last→first
closing edge is implicit). Returns matching node ids.
Optional — when absent, lassoSelectAction falls back to AABB via
hitTestArea.
Replace the current selection.
Adapter dep for
lassoSelectAction.Provides polygon-lasso hit-testing + selection read/write. Consumers that don't implement
hitTestLassocan omit it; the action falls back to a bounding-box AABB test viahitTestArea.