Documentation
    Preparing search index...

    The options to provide to a Signal.

    interface SignalOptions<GValue> {
        equal?: EqualFunction<GValue>;
    }

    Type Parameters

    • GValue
    Index

    Properties

    Properties

    equal?: EqualFunction<GValue>