IValidationContextEntry
mobx-state-tree - v7.0.0 › IValidationContextEntry
Validation context entry, this is, where the validation should run against which type
Hierarchy
- IValidationContextEntry
Index
Properties
Properties
path
• path: string
Defined in src/core/type/type-checker.ts:17
Subpath where the validation should be run, or an empty string to validate it all
type
• type: IAnyType
Defined in src/core/type/type-checker.ts:19
Type to validate the subpath against