Config for the SelectLimeObjects state decorator

Hierarchy

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

getLimetype?: ((component: LimeWebComponent) => string)

Type declaration

id?: number

Id of the limeobject

limetype?: string

LimeType of the object

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