MCPcopy Index your code
hub / github.com/angular/components / getDescendants

Method getDescendants

src/cdk/tree/control/tree-control.ts:30–30  ·  view source on GitHub ↗

Get all descendants of a data node

(dataNode: T)

Source from the content-addressed store, hash-verified

28
29 /** Get all descendants of a data node */
30 getDescendants(dataNode: T): any[];
31
32 /** Expand or collapse data node */
33 toggle(dataNode: T): void;

Callers 4

_getDescendantsMethod · 0.65
isLeafNodeMethod · 0.65
expandDescendantsFunction · 0.65
collapseDescendantsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected