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

    Interface DetachDeactivatedOptions

    Options of the detachDeactivated plugin.

    interface DetachDeactivatedOptions {
        delay?: number;
    }
    Index

    Properties

    Properties

    delay?: number

    The delay in milliseconds after which the executor is detached after being deactivated. If an executor is re-activated during this delay, the executor won't be detached.

    5_000