Search
Used to control selected nodes
> API Detail
// Listen Selection Change ctx.selection.onSelectionChanged((nodes) => { }) // Select All Nodes ctx.selection.selection = ctx.document.getAllNodes()