map_get_selection
Get the current selection in the NetMap diagram: retrieve selected node/sticky IDs and the connection ID to know exactly which elements are active.
Instructions
Return currently selected node/sticky ids and connection id. Result shape: { nodeIds: string[], nodeId: string|null (= nodeIds[0], legacy single-id), connId: string|null }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||