Skip to content

API Reference / @gtkx/forms / WatchObserver

Type Alias: WatchObserver<TFieldValues>

WatchObserver<TFieldValues> = (value, info) => void

Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/form.d.ts:739

Type Parameters

TFieldValues

TFieldValues extends FieldValues

Parameters

value

DeepPartialSkipArrayKey<TFieldValues>

info

name?

FieldPath<TFieldValues>

type?

EventType

values?

unknown

Returns

void

Released under the MPL-2.0 License.