Config for the SelectQueryParam decorator

Hierarchy

Properties

context?: Subscribable<LimeWebComponentContext>

An observable that emits a new value when the context of the component is changed. If set, the corresponding state service will emit a new value when the context has changed as well. Only applies to states that are aware of the context, e.g. CurrentLimetype and CurrentLimeobject

filter?: ((state: any) => boolean)[]

List of functions that will be used to filter any changes to the state. The functions will be bound to the web component instance

map?: ((state: any) => any)[]

List of functions that will be used to map the state. The functions will be bound to the web component instance

selector: string

The query param to select