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

    Interface RetryWhenOptions

    Options of the retryWhen plugin.

    interface RetryWhenOptions {
        delay?: number;
        isEager?: boolean;
    }
    Index

    Properties

    Properties

    delay?: number

    The minimum delay (in milliseconds) after the observable emits true and retrying the executor — unless the observable emits false.

    0
    
    isEager?: boolean

    If true then executor is retried even if it isn't active.

    false