Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WatchInternal

type WatchInternal<TFieldValues> = (
defaultValue?: DeepPartial<TFieldValues>,
isMounted?: boolean,
isGlobal?: boolean,
) => FieldPathValue<FieldValues, InternalFieldName> | FieldPathValues<FieldValues, InternalFieldName[]>
;

§Type Parameters

§
TFieldValues
[src]

§Type

§
(fieldNames?: InternalFieldName | InternalFieldName[], defaultValue?: DeepPartial<TFieldValues>, isMounted?: boolean, isGlobal?: boolean) => FieldPathValue<FieldValues, InternalFieldName> | FieldPathValues<FieldValues, InternalFieldName[]>
[src]