Interface ValidationOptions

interface ValidationOptions {
    all?: boolean;
}

Properties

Properties

all?: boolean

If true, collect all validation errors. Default: false