Type alias BehaviorId<T>

BehaviorId<T>: StateId<T> | DerivedId<T>

The rx-signals Store uses this type for cases where either a StateId or a DerivedId is expected.

Type Parameters

  • T

    specifies the value-type for the corresponding behavior observable

Generated using TypeDoc