MCPcopy
hub / github.com/adobe/react-spectrum / lastChild

Method lastChild

packages/react-aria/src/collections/Document.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 get lastChild(): ElementNode<T> | null {
67 return this._lastChild;
68 }
69
70 set lastChild(lastChild: ElementNode<T> | null) {
71 this._lastChild = lastChild;

Callers 7

lastFunction · 0.45
onKeyDownFunction · 0.45
lastFunction · 0.45
onKeyDownFunction · 0.45
lastFunction · 0.45
focusLastFunction · 0.45

Calls 1

markDirtyMethod · 0.80

Tested by

no test coverage detected