ParseResult
interface
Result of parsing a raw value into a model value.
value
TValue | undefinedThe parsed value. If omitted, the model is not updated.
error
OneOrMany<WithoutFieldTree> | undefinedErrors encountered during parsing, if any.
Jump to details