8054bac046
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
239 B
239 B
sidebar_label |
---|
SerializedAXNode.description |
SerializedAXNode.description property
An additional human readable description of the node.
Signature:
interface SerializedAXNode {
description?: string;
}