CollapsableList
| Field | NULL | Description | Note |
|---|---|---|---|
|
separatorList object |
A SeparatorList object | ||
|
rowCollapsableList object |
A RowCollapsableList object |
Nested objects:
RowCollapsableList
| Field | NULL | Description | Note |
|---|---|---|---|
|
value string |
The text value of the row category | ||
|
key string |
The identifier of the row category | ||
|
childs array of objects |
An array of Child objects | ||
|
isExpand boolean |
Whether the row is expanded by default |
Child
| Field | NULL | Description | Note |
|---|---|---|---|
|
value string |
The text value of the node | ||
|
key string |
The identifier of the node | ||
|
childs array of objects |
An array of Child objects | ||
|
isExpand boolean |
Whether the node is expanded by default | ||
|
columnName string |
The name of the column this node is bound to |
SeparatorList
| Field | NULL | Description | Note |
|---|---|---|---|
|
isExpand boolean |
Whether the separator category is expanded by default | ||
|
separatorInfo array of objects |
An array of SeparatorInfo objects |
SeparatorInfo
| Field | NULL | Description | Note |
|---|---|---|---|
|
columnName string |
The name of the column | ||
|
fieldAlias string |
The display label of the field | ||
|
value string |
The category value | ||
|
key string |
The lookup key | ||
|
level integer |
The depth of this grouping level |