Home > @vsf-enterprise/epcc-api > GetNodeChildrenParams
# GetNodeChildrenParams interface
Signature:
export interface GetNodeChildrenParams
# Properties
| Property | Type | Description |
|---|---|---|
| filter? | CatalogFilter | (Optional) Filtering operators |
| id | string | The unique identifier of a children node. |
| limit? | number | (Optional) Limit how many children nodes to return. |
| offset? | number | (Optional) Offset the returned children nodes by this number. |