Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 314 Bytes

File metadata and controls

15 lines (9 loc) · 314 Bytes

dapi selection set [ids...]

Replaces the current selection with exactly the given node ids. No ids = clear the selection.

Input

  • [ids...]: zero or more node ids

Output

JSON Lines, one per selected node (no output when clearing):

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