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

    Interface DetachDeactivatedOptions

    Options of the detachDeactivated plugin.

    interface DetachDeactivatedOptions {
        delay?: number;
    }
    Index

    Properties

    Properties

    delay?: number

    The minimum delay (in milliseconds) between executor deactivation and detachment. If the executor is reactivated during this delay, it won't be detached.

    5_000