MockCollectionRequest

Mocked DaffCollectionRequest object.

Properties

Name Type Description
currentPage faker.datatype.number({ min: 1, max: 100 })
appliedSortDirection faker.helpers.arrayElement([DaffSortDirectionEnum.Ascending, DaffSortDirectionEnum.Descending])
pageSize faker.datatype.number({ min: 1, max: 100 })
appliedSortOption faker.random.word()
filterRequests this.createFilterRequests()
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.