Child (JSON)
Data representation of a node's child - transfer object
Used by the ChildrenData class which is used to return data about an node's children
| URI: | Child |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| name | string | Get the name of the child node | |
| apid | string | Get the apid of the child node | |
| locator | string | Get the locator of this child node; mostly used for testing? | |
| order | number |
Example
{
"name" : "...",
"apid" : "...",
"locator" : "...",
"order" : 12345
}