73ca94fe66
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
229 B
229 B
sidebar_label |
---|
SerializedAXNode.children |
SerializedAXNode.children property
Children of this node, if there are any.
Signature:
interface SerializedAXNode {
children?: SerializedAXNode[];
}