Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
applyContentDescription
Function · 0.65
setupNativeView
Method · 0.65
_normalizeChildrenTransforms
Method · 0.65
accessibilityScreenChanged
Method · 0.65
getAppCompatTextView
Function · 0.65
eachNodePreviousGeneralSibling
Function · 0.65
getNodePreviousDirectSibling
Function · 0.65
enableSearchView
Function · 0.65
enableUserInteractionSearchView
Function · 0.65
getEditText
Function · 0.65
onMeasure
Method · 0.65
onLayout
Method · 0.65
Implementers
1
LayoutBaseCommon
packages/core/ui/layouts/layout-base-c
Calls
no outgoing calls
Tested by
no test coverage detected