API Reference / @gtkx/forms / UseWatchProps
Type Alias: UseWatchProps<TFieldValues>
UseWatchProps<
TFieldValues> =object
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/watch.d.ts:6
Type Parameters
TFieldValues
TFieldValues extends FieldValues = FieldValues
Properties
compute?
optionalcompute?: (formValues) =>TFieldValues
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/watch.d.ts:12
Parameters
formValues
TFieldValues
Returns
TFieldValues
control?
optionalcontrol?:Control<TFieldValues>
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/watch.d.ts:10
defaultValue?
optionaldefaultValue?:unknown
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/watch.d.ts:7
disabled?
optionaldisabled?:boolean
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/watch.d.ts:8
exact?
optionalexact?:boolean
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/watch.d.ts:11
name?
optionalname?:FieldPath<TFieldValues> |FieldPath<TFieldValues>[] | readonlyFieldPath<TFieldValues>[]
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/watch.d.ts:9