MCPcopy Index your code
hub / github.com/formkit/formkit / FormKitValidationState

Interface FormKitValidationState

packages/validation/src/validation.ts:146–150  ·  view source on GitHub ↗

* Determines the validation nonce. * @public

Source from the content-addressed store, hash-verified

144 * @public
145 */
146interface FormKitValidationState {
147 input: string | null
148 rerun: number | null
149 isPassing: boolean
150}
151
152/**
153 * The arguments that are passed to the validation messages in the i18n plugin.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected