learn-content-engine - v0.13.1
GitHub
Preparing search index...
index
ValidationResult
Interface ValidationResult
The outcome of a validate call.
valid
is errors-only -
warnings
never block.
interface
ValidationResult
{
errors
:
ValidationIssue
[]
;
valid
:
boolean
;
warnings
:
ValidationIssue
[]
;
}
Index
Properties
errors
valid
warnings
Properties
errors
errors
:
ValidationIssue
[]
valid
valid
:
boolean
warnings
warnings
:
ValidationIssue
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
valid
warnings
GitHub
learn-content-engine - v0.13.1
Loading...
The outcome of a validate call.
validis errors-only -warningsnever block.