Interface SchemaManagerOptions

interface SchemaManagerOptions {
    abortEarly?: boolean;
    type?: ValueTypeManager;
}

Properties

Properties

abortEarly?: boolean

如果为true则解析时遇到第一个错误即停止接续解析

Generated using TypeDoc