MockFilterRangeNumeric
API
class MockFilterRangeNumeric implements DaffFilterRangeNumeric {
type: DaffFilterType.RangeNumeric
label: faker.random.word()
name: faker.datatype.uuid()
min: faker.datatype.number({ min: 1, max: 10 })
max: faker.datatype.number({ min: 10, max: 200 })
options: {}
}
Properties
Name | Type | Description |
---|---|---|
type | DaffFilterType.RangeNumeric | |
label | faker.random.word() | |
name | faker.datatype.uuid() | |
min | faker.datatype.number({ min: 1, max: 10 }) | |
max | faker.datatype.number({ min: 10, max: 200 }) | |
options | {} |