API Reference
ValueChangeMeta
interfaceMetadata passed as the second argument to onValueChange.
Defined in package/src/types.ts:110
| Prop | Type | Default | Description |
|---|---|---|---|
| date | PlainDate | — | The specific date that was clicked, or undefined if the change was not triggered by a date selection (e.g. mode switch, out-of-bounds cleanup, drag). |
| previous* | Previous | — | The previous selection value before this change. |