Interface ApplyOptions

Options used when a shape is applied to an input value.

interface ApplyOptions {
    context?: any;
    earlyReturn?: boolean;
}

Hierarchy (view full)

Properties

context?: any

The custom context.

earlyReturn?: boolean

If true then parsing is aborted after the first issue is encountered.

Default

false