Interface: ExternalHelpers<V>
Type Parameters
| Type Parameter | Default type |
|---|---|
V | any |
Properties
| Property | Type |
|---|---|
error | (code: string, local?: ValidationContext) => ErrorReport |
linked | | ExtensionBoundSchema | null |
message | (messages: LanguageMessages, local?: ValidationContext) => ErrorReport |
original | V |
prefs | ValidationOptions |
schema | ExtensionBoundSchema |
state | State |
warn | (code: string, local?: ValidationContext) => void |