Config for the SelectLimeTypes 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

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

name?: string