13 lines
235 B
Markdown
13 lines
235 B
Markdown
---
|
|
sidebar_label: SerializedAXNode.children
|
|
---
|
|
# SerializedAXNode.children property
|
|
|
|
Children of this node, if there are any.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface SerializedAXNode {children?: SerializedAXNode[];}
|
|
```
|