The splitParent() method returns the split parent of a JavaScript Scheduler row object. This method applies to split resources only.
DayPilot.Row.splitParent();
A DayPilot.Row object representing the split parent row. If the row doesn't have a split parent, null
is returned.
const splitParentId = scheduler.rows.find("A")?.splitParent()?.id;