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
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.