ChildListDef
Overview
Defines the list of children of a generic object.
What is defined in ChildListDef has an impact on what the GetLayout method returns. See Example for more information.
Properties
Name | Description | Type |
---|---|---|
qData |
Data that you want to include in the child list definition. You need to enter the paths to the information you want to retrieve. |
JSON |
Example
"qChildListDef": {
"qData": {
"title": "/title",
"description": "/description",
"meta": "/meta",
"order": "/order",
"id": "/qInfo/qId",
"lb": "/qListObjectDef",
"hc": "/qHyperCubeDef"
}
}
In this example, the child list definition contains the paths to:
- the title of each child object
- the description of each child object
- meta data related to each child object
- order
- the identifiers of each child object
- the properties related to each child object: (ListObjectDef or HyperCubeDef)
By calling the GetLayout method, you will get the list objects, charts and tables that are inside the sheet.