Interface CustomHelpers<V>
Properties
error
0.0.46 provide
Type declaration
-
-
Parameters
-
code: string
-
Optional local: Context
message
0.0.46 provide
Type declaration
-
-
Parameters
-
messages: Record<string, string>
-
Optional local: Context
original
0.0.46 provide
original: V
prefs
0.0.46 provide
schema
0.0.46 provide
state
0.0.46 provide
warn
0.0.46 provide
warn
: (code
: string, local
?: Context) => void
Type declaration
-
- (code: string, local?: Context): void
-
Parameters
-
code: string
-
Optional local: Context
Returns void