Body, Mind & Soul — API Reference
    Preparing search index...

    Variable _pickerOverridesConst

    _pickerOverrides: {
        burstConfirm: null;
        targetConfirm: null;
        templateConfirm: null;
    } = ...

    Overrides for picker confirmation used by tests (e.g. Quench suites). Set a property to an async function returning the expected value to bypass the DOM picker. Restore to null when the test is done. _pickerOverrides.burstConfirm = async () => true; _pickerOverrides.targetConfirm = async () => true;

    Type Declaration

    • burstConfirm: null
    • targetConfirm: null
    • templateConfirm: null