Interface BinderOptions

interface BinderOptions {
    child?: boolean;
    exact?: boolean;
    strict?: boolean;
}

Properties

Properties

child?: boolean
exact?: boolean
strict?: boolean