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

    Interface RetryInvalidatedOptions

    Options of the retryInvalidated plugin.

    interface RetryInvalidatedOptions {
        isEager?: boolean;
    }
    Index

    Properties

    Properties

    isEager?: boolean

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

    false