ObjectRef
Field Definitions
| Field | Type | Default | Description |
|---|---|---|---|
| id | String | - | Unique identifier |
| key | String | - | Key |
| name | String | - | Name |
| icon | String | - | Icon |
| iconColor | String | - | Icon color |
| textColor | String | - | Text color |
| type | String | - | Type |
| remark | String | - | Remark |
| isDirectory | boolean | - | Whether it is a directory |
| children | List<ObjectRef> | - | Child node list |
| expand | boolean | - | Whether expanded |
| displayName | String | - | Display name |

