describeBoundsFormat?: string
describeFormatTimezoneLabel?: (tzId: string) => string
Optional
describeHourCycle
describeHourCycle?: "h23" | "h12"
Optional
describeLexicon
describeLexicon?: Partial<FrequencyLexicon> Optional
describeLocale
describeLocale?: string
Optional
describeLowercase
describeLowercase?: boolean
Optional
describeOrdinals
describeOrdinals?: "long" | "short"
Optional
describeShowBounds
describeShowBounds?: boolean
Optional
describeShowRecurrenceCount
describeShowRecurrenceCount?: boolean
Optional
describeShowTimezone
describeShowTimezone?: boolean
describeTimeFormat?: "auto" | "hm" | "hms"
Optional
describeTranslator
describeTranslator?: "strict-en" | DescribeTranslator
Optional
endDatesInclusive
endDatesInclusive?: boolean
Optional
hookDisabled
hookDisabled?: boolean
Optional
hookRules
hookRules?: Omit< RegisterOptions<TFieldValues, TName>, "disabled" | "valueAsNumber" | "valueAsDate" | "setValueAs",> Optional
hookShouldUnregister
hookShouldUnregister?: boolean
Optional
rrstackChangeDebounce
rrstackChangeDebounce?: DebounceSpec
Optional
rrstackLogger
rrstackLogger?:
| boolean
| ((e: { rrstack: RRStack; type: LogEventType }) => void)
Optional
rrstackMutateDebounce
rrstackMutateDebounce?: DebounceSpec
Optional
rrstackOnChange
rrstackOnChange?: (stack: RRStack) => void
Optional
rrstackPolicy
rrstackPolicy?: UpdatePolicy
Optional
rrstackRenderDebounce
rrstackRenderDebounce?: DebounceSpec
Optional
rrstackResetKey
rrstackResetKey?: string | number