The splitChildren() method returns children of a split resource the JavaScript Scheduler.
DayPilot.Row.splitChildren();
An array of DayPilot.Row objects.
const children = scheduler.rows.find("A")?.splitChildren();