Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.04 KB

ivalidationcontextentry.md

File metadata and controls

40 lines (23 loc) · 1.04 KB
id title sidebar_label
ivalidationcontextentry
IValidationContextEntry
IValidationContextEntry

mobx-state-tree - v5.2.0IValidationContextEntry

Validation context entry, this is, where the validation should run against which type

Hierarchy

  • IValidationContextEntry

Index

Properties

Properties

path

path: string

Defined in packages/mobx-state-tree/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 packages/mobx-state-tree/src/core/type/type-checker.ts:19

Type to validate the subpath against