The children() method returns an array of child row objects (DayPilot.Row) in the tree hierarchy of the JavaScript Scheduler rows.
DayPilot.Row.children();
An array of DayPilot.Row objects.
const children = scheduler.rows.find("A")?.children();