Search
Loading...
Skip to content

Interface: _ReactivePropertyOptions

Options for creating a reactive property

Type Parameters#

Type Parameter
T

Properties#

PropertyTypeDescription
equals?_EqualsFn<T>Equality comparison function (default: strict equality)
emitOnSubscribe?booleanIf true, emit the initial value to new subscribers
trackSource?(listener) => _UnsubscribeOptional source to track (will subscribe and forward updates)