@versionzero/schema / types / TraversalOptions
Interface: TraversalOptions
Defined in: src/types.js:107
Properties
| Property | Type |
|---|---|
strict? | boolean |
deep? | boolean |
context? | TraversalContext |
enterExecutor? | Executor<TraversalState> |
exitExecutor? | Executor<TraversalState> |
location? | SchemaLocation |
path? | string |
inputPath? | string |
target? | any |