prorm API Reference
← Documentation
GitLab
Preparing search index...
types
ValidationOptions
Interface ValidationOptions
Which validations to run, and whether to stop at the first failure.
interface
ValidationOptions
{
fields
?:
string
[]
;
validate
?:
boolean
;
hooks
?:
boolean
;
}
Index
Properties
fields?
validate?
hooks?
Properties
Optional
fields
fields
?:
string
[]
Optional
validate
validate
?:
boolean
Optional
hooks
hooks
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fields
validate
hooks
← Documentation
GitLab
prorm API Reference
Loading...
Which validations to run, and whether to stop at the first failure.