Readonly chartReadonly chartReadonly chartReadonly chartPrivate contextReadonly data$Readonly destroy$Protected Readonly destroyProtected echartsReadonly echartsReadonly entityReadonly error$Protected isProtected notReadonly options$Readonly selectReadonly settings$Readonly state$Protected Readonly stateProtected createCreates 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 initPatches 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.
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]Creates 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
https://echarts.apache.org/en/api.html#events.selectchanged