Skip to content

API Reference / @gtkx/forms / FieldError

Type Alias: FieldError

FieldError = 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:11

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:16


ref?

optional ref?: Ref

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:14


root?

optional root?: FieldError

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:13


type

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:12


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:15

Released under the MPL-2.0 License.