The rows.selection.get() method returns the current row selection.
DayPilot.Scheduler.rows.selection.get()Returns an array of DayPilot.Row objects.
const rows = dp.rows.selection.get();DayPilot.Scheduler.rows.selection.add()
DayPilot.Scheduler.rows.selection.clear()
DayPilot.Scheduler.rows.selection.isSelected()
DayPilot.Scheduler.rows.selection.remove()
DayPilot.Scheduler.selectedRows
Row Selecting [doc.daypilot.org]