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.
None.
JSON Lines, one per selected node (no output if nothing is selected):
NodeRef // { id: number; name: string; type: string }