API Reference
RangeSelectedState
interfaceState exposed by the RangeSelected component.
Defined in package/src/types.ts:708
| Prop | Type | Default | Description |
|---|---|---|---|
| root* | RootState<F> | — | |
| active* | boolean | — | |
| weekIndex* | number | — | |
| startIndex* | number | — | |
| endIndex* | number | — | |
| startDate* | string | — | |
| endDate* | string | — | |
| extendsBefore* | boolean | — | |
| extendsAfter* | boolean | — | |
| hasStart* | boolean | — | |
| hasEnd* | boolean | — | |
| orientation* | "horizontal" | "vertical" | — |