Element details
type: meya.front.component.teams.shifts.list
class: FrontTeamShiftsListComponent
path: /meya/front/component/teams/shifts/list.py
signature: -
Fields
| field | description 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | required | signature | default | type | 
|---|---|---|---|---|---|
| spec | Override the original spec for this element. | ○ | ○ | null | Spec | 
| integration | A string identifier for the Front integration (e.g. integration.front) | ◉ | ○ | FrontIntegrationRef | |
| context | Send context data with this component's event. | ○ | ○ | {} | dict | 
| sensitive | ○ | ○ | true | bool | |
| triggers | Activate these dynamic triggers when the component runs. Check the component triggers guide for more info. | ○ | ○ | [] | list | 
| team_id | The Front ID of the team whose shifts you want to retrieve. Team IDs have the format tim_xxxx | ◉ | ○ | str | |
Usage reference
Basic
triggers:
  - keyword: meya.front.component.teams.shifts.list
steps:
  - type: meya.front.component.teams.shifts.list
    integration: integration.front
    team_id: STRING
Full
triggers:
  - keyword: meya.front.component.teams.shifts.list
steps:
  - type: meya.front.component.teams.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
    team_id: STRING
