MockFilterRangeNumericOption
API
class MockFilterRangeNumericOption implements DaffFilterRangeOption<number> {
value: faker.datatype.number({ min: 0, max: 10 })
label: faker.random.alpha({ count: 3 })
}
Properties
Name | Type | Description |
---|---|---|
value | faker.datatype.number({ min: 0, max: 10 }) | |
label | faker.random.alpha({ count: 3 }) |