React Executor - v0.0.26
    Preparing search index...

    Interface AbortDeactivatedOptions

    Options of the abortDeactivated plugin.

    interface AbortDeactivatedOptions {
        delay?: number;
    }
    Index

    Properties

    Properties

    delay?: number

    The minimum delay (in milliseconds) that must pass after an executor is deactivated before it is aborted. If the executor is reactivated within this delay, it will not be aborted.

    Note: The executor must be activated at least once for this plugin to take effect.

    0