搜索文档
用于控制选择的节点
> API Detail
// Listen Selection Change ctx.selection.onSelectionChanged((nodes) => { }) // Select All Nodes ctx.selection.selection = ctx.document.getAllNodes()