MCPcopy
hub / github.com/angular/components / isExpanded

Method isExpanded

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

Whether the data node is expanded or collapsed. Return true if it's expanded.

(dataNode: T)

Source from the content-addressed store, hash-verified

25
26 /** Whether the data node is expanded or collapsed. Return true if it's expanded. */
27 isExpanded(dataNode: T): boolean;
28
29 /** Get all descendants of a data node */
30 getDescendants(dataNode: T): any[];

Callers 15

shouldRenderMethod · 0.65
shouldRenderMethod · 0.65
shouldRenderMethod · 0.65
shouldRenderMethod · 0.65
constructorMethod · 0.65
withMethod · 0.65
withMethod · 0.65
ComboboxPatternClass · 0.65

Calls

no outgoing calls

Tested by 1

getExpandedNodesFunction · 0.52