MCPcopy Index your code
hub / github.com/angular/angular / getSelectedTNode

Function getSelectedTNode

packages/core/src/render3/state.ts:782–785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

780 * Gets the `tNode` that represents currently selected element.
781 */
782export function getSelectedTNode() {
783 const lFrame = instructionState.lFrame;
784 return getTNode(lFrame.tView, lFrame.selectedIndex);
785}
786
787/**
788 * Sets the namespace used to create elements to `'http://www.w3.org/2000/svg'` in global state.

Callers 12

ɵɵvalidateAttributeFunction · 0.90
inputBindingUpdateFunction · 0.90
ɵɵpropertyFunction · 0.90
ɵɵdomPropertyFunction · 0.90
ɵɵattributeFunction · 0.90
ɵɵariaPropertyFunction · 0.90
controlUpdateInternalFunction · 0.90
ɵɵtwoWayPropertyFunction · 0.90
ɵɵdeferWhenFunction · 0.90
ɵɵdeferPrefetchWhenFunction · 0.90
ɵɵdeferHydrateWhenFunction · 0.90

Calls 1

getTNodeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…