iframe Components
Getting Started
EasyTeamLauncher
component to initialize Easyteam as an iframe. You can quickly deploy fully-functional components while maintaining your platform's branding.
Basic Implementation
Render Components
run
command with a value from the Pages
enum.Time Sheets
Settings
Navigation and State Management
Parameters
employees
contains the current status and details of all employees in the system. Mandatory.locations
- contains the current status of your business locations and the assignment of employees to locations.roles
- A collection of roles for your employees and their related compensation.theme
gives complete control over all design aspects, positioning, fonts and colors of the component. Read morein UI Customization reference.onEvent
allows to subscribe to events that happen inside the iframe and the components. Read more below.customFonts
overrides the fonts.timesheet
, settings
and others parameters control specific behavior and feature flags on each component.
Event Handling
Updating data
EasyTeamLauncher
component maintains a bidirectional data flow with its embedded iframe. When you update the data props passed to the component, it automatically synchronizes these changes with the iframe content.Next Steps
1.
2.