Options for creating a reactive property
Type Parameters#
| Type Parameter |
|---|
T |
Properties#
| Property | Type | Description |
|---|---|---|
equals? | _EqualsFn<T> | Equality comparison function (default: strict equality) |
emitOnSubscribe? | boolean | If true, emit the initial value to new subscribers |
trackSource? | (listener) => _Unsubscribe | Optional source to track (will subscribe and forward updates) |