effex-monorepo
    Preparing search index...

    Interface Options<A>

    Options for creating a Signal.

    interface Options<A> {
        equals?: (a: A, b: A) => boolean;
    }

    Type Parameters

    • A

      The type of the value

    Index

    Properties

    Properties

    equals?: (a: A, b: A) => boolean

    Custom equality function to determine if the value has changed