Skip to content

API Reference / @gtkx/forms / ResolverOptions

Interface: ResolverOptions<TFieldValues>

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

Type Parameters

TFieldValues

TFieldValues extends FieldValues

Properties

criteriaMode?

optional criteriaMode?: CriteriaMode

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


fields

fields: Record<InternalFieldName, Field["_f"]>

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


names?

optional names?: FieldName<TFieldValues>[]

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


shouldUseNativeValidation

shouldUseNativeValidation: boolean | undefined

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

Released under the MPL-2.0 License.