Skip to content

API Reference / @gtkx/forms / ErrorOption

Type Alias: ErrorOption

ErrorOption = object

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

Properties

message?

optional message?: Message

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


type?

optional type?: LiteralUnion<keyof RegisterOptions, string>

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


types?

optional types?: MultipleFieldErrors

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

Released under the MPL-2.0 License.