Interface Options<T>

interface Options<T> {
    getUpdateScope?: (() => undefined | UpdateScope);
    isEqual?: ((a, b) => boolean);
}

Type Parameters

  • T

Properties

getUpdateScope?: (() => undefined | UpdateScope)

Type declaration

isEqual?: ((a, b) => boolean)

Type declaration

    • (a, b): boolean
    • Parameters

      Returns boolean