the reactive model
Throws an error if the retrieved property does not exist or is not an observable.
the reactive model to check
the observable that was retrieved from the model
the property that was used to retrieve the observable
the decorator that was used.
Returns a function that when given a property name will return the function stored on the model at that location
a reactive model that a decorator is applied to
Returns a function that when given a property name will return the observable stored on the model at that location
a reactive model that a decorator is applied to
Returns a function that when given an observable will store it at the property name provided.
the reactive model the decorator is applied to
the name of the property
Generated using TypeDoc
Returns a function that when provided a property will determine if it exists on the model AND is an observable. Used to map over a list of properties.