MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getChildAt

Method getChildAt

packages/core/ui/styling/css-selector.ts:26–26  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

24 cssPseudoClasses?: Set<string>;
25 getChildIndex?(node: Node): number;
26 getChildAt?(index: number): Node;
27 getChildrenCount?(): number;
28}
29

Callers 15

applyContentDescriptionFunction · 0.65
setupNativeViewMethod · 0.65
getAppCompatTextViewFunction · 0.65
enableSearchViewFunction · 0.65
getEditTextFunction · 0.65
onMeasureMethod · 0.65
onLayoutMethod · 0.65

Implementers 1

LayoutBaseCommonpackages/core/ui/layouts/layout-base-c

Calls

no outgoing calls

Tested by

no test coverage detected