ixfx
    Preparing search index...

    Type Alias ArrayObjectOptions<V>

    Options when creating a reactive object.

    type ArrayObjectOptions<V> = {
        eq: IsEqual<V>;
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    eq: IsEqual<V>

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