type: meya.front.component.shifts.list
class: FrontShiftListComponent
path: /meya/front/component/shifts/list.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
spec | ○ | ○ | Spec | null | Override the original spec for this element |
integration | ○ | ◉ | FrontIntegrationRef | A string identifier for the Front integration (e.g. integration.front) | |
context | ○ | ○ | dict | {} | Send context data with this component's event |
sensitive | ○ | ○ | bool | true | |
triggers | ○ | ○ | list | [] | Activate these dynamic triggers when the component runs |
Examples
Basic
triggers:
- keyword: meya.front.component.shifts.list
steps:
- type: meya.front.component.shifts.list
integration: integration.front
Full
triggers:
- keyword: meya.front.component.shifts.list
steps:
- type: meya.front.component.shifts.list
spec:
type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
integration: integration.front
context:
STRING: ANY
sensitive: false
triggers:
- type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY