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

Method toggleDescendants

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

Toggle a data node by expand/collapse it and all its descendants

(dataNode: T)

Source from the content-addressed store, hash-verified

46
47 /** Toggle a data node by expand/collapse it and all its descendants */
48 toggleDescendants(dataNode: T): void;
49
50 /** Expand a data node and all its descendants */
51 expandDescendants(dataNode: T): void;

Callers 2

_toggleMethod · 0.65
toggleDescendantsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected