[I] PagingProperty
Properties
Property | Modifier | Type | Description |
---|---|---|---|
path | readonly | ModelProperty [] | If the paging property is nested, this will contain the path to the paging property in the model and array length will be greater than one. You can use this to generate the path to the property in the model with following code: Example const path = pagingInfo.output.pageItems.path.map((prop) => prop.name).join("."); |
property | readonly | ModelProperty | - |