ixfx
    Preparing search index...

    Type Alias ArrayObjectOptions<V>

    ArrayObjectOptions: { eq: IsEqual<V> }

    Options when creating a reactive object.

    Type Parameters

    • V

    Type declaration

    • eq: IsEqual<V>

      Uses JSON.stringify() by default. Fn that returns true if two values are equal, given a certain path.