Optional
_parent: SmartFilterBarServicePrivate
_filters$Filters in this Filter Bar,
Private
_go$Private
_goPrivate
_model$Merged parent's filters
Private
Optional
_parentReadonly
destroy$Protected
Readonly
destroyProtected
isProtected
notReadonly
slicers$Readonly
state$Protected
Readonly
stateCreates an effect.
This effect is subscribed to throughout the lifecycle of the ComponentStore.
A function that takes an origin Observable input and returns an Observable. The Observable that is returned will be subscribed to for the life of the component.
A function that, when called, will trigger the origin Observable.
Protected
getProtected
initInitializes state. If it was already initialized then it resets the state.
Patches the state with provided partial state.
a partial state or a partial updater function that accepts the state and returns the partial state.
Error if the state is not initialized.
Rest
...value: ISlicer[]Creates a selector.
A pure projection function that takes the current state and returns some new slice/projection of that state.
Optional
config: SelectConfigSelectConfig that changes the behavior of selector, including the debouncing of the values until the state is settled.
An observable of the projector results.
Rest
...args: [...selectors: Selectors[], projector: Projector<Selectors, Result>]Rest
...args: [...selectors: Selectors[], projector: Projector<Selectors, Result>, config: SelectConfig]Sets the state specific value.
object of the same type as the state or an updaterFn, returning such object.
Optional
options: { Optional
watchCreates an updater.
Throws an error if updater is called with synchronous values (either imperative value or Observable that is synchronous) before ComponentStore is initialized. If called with async Observable before initialization then state will not be updated and subscription would be closed.
A static updater function that takes 2 parameters (the current state and an argument object) and returns a new instance of the state.
A function that accepts one argument which is forwarded as the
second argument to updaterFn
. Every time this function is called
subscribers will be notified of the state change.
Generated using TypeDoc