QueryHierarchyItemsResult interface
Properties
| count | The count of items. |
| has |
Indicates if the max return limit was hit but there are still more items |
| value | The list of items |
Property Details
count
The count of items.
count: number
Property Value
number
hasMore
Indicates if the max return limit was hit but there are still more items
hasMore: boolean
Property Value
boolean