Config for the SelectFilters state decorator

Hierarchy

Properties

Properties

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

id?: string
limetype?: string
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