API Reference

ValueChangeMeta

interface

Metadata passed as the second argument to onValueChange.

Defined in package/src/types.ts:110

PropTypeDefaultDescription
datePlainDateThe 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*PreviousThe previous selection value before this change.