Skip to content

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?

optional compute?: (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?

optional control?: 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?

optional defaultValue?: 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?

optional disabled?: 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?

optional exact?: 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?

optional name?: FieldPath<TFieldValues> | FieldPath<TFieldValues>[] | readonly FieldPath<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

Released under the MPL-2.0 License.