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

    Interface InvalidateWhenOptions

    Options of the invalidateWhen plugin.

    interface InvalidateWhenOptions {
        delay?: number;
    }
    Index

    Properties

    Properties

    delay?: number

    The minimum delay (in milliseconds) after the observable emits false before the executor is invalidated when the observable emits true.

    0