MCPcopy
hub / github.com/palantir/plottable / rootElement

Method rootElement

src/components/component.ts:696–698  ·  view source on GitHub ↗

* Returns the top-level user supplied element that roots the tree that this Component lives in.

()

Source from the content-addressed store, hash-verified

694 * Returns the top-level user supplied element that roots the tree that this Component lives in.
695 */
696 public rootElement(): SimpleSelection<void> {
697 return this.root()._rootElement;
698 }
699
700 /**
701 * Gets the Selection containing the <g> behind the visual elements of the Component.

Callers 5

componentTests.tsFile · 0.80
getDispatcherMethod · 0.80
getDispatcherMethod · 0.80
getTranslatorFunction · 0.80
isEventInsideMethod · 0.80

Calls 1

rootMethod · 0.95

Tested by

no test coverage detected