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