Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 419 Bytes

File metadata and controls

17 lines (10 loc) · 419 Bytes

dapi selection ls

The currently selected nodes. Alias: get.

Mutating selection commands (set, focus) return the resulting selection state in this same shape, so callers can chain or assert without a follow-up read.

Input

None.

Output

JSON Lines, one per selected node (no output if nothing is selected):

NodeRef   // { id: number; name: string; type: string }