The children() method returns an array of child row objects (DayPilot.Row) in the tree hierarchy of JavaScript Scheduler rows.
Declaration
DayPilot.Row.children()Return Value
Returns an array of DayPilot.Row objects.
Example
const children = scheduler.rows.find("A")?.children();See Also
Resource Tree [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot