Interface InstanceBaseOptions

interface InstanceBaseOptions {
    disableVariableValidation: boolean;
}

Properties

disableVariableValidation: boolean

Disable enforcement of variables requiring a definition. It is not recommended to set this, unless you know what you are doing.