-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
Currently, there is 0 scripting available which blocks me from creating the app. Design a scripting API for the page & eventually the app
- All context from store and page object should be available in scripts
- Think how we write client scripts -> we just pass the frm object and anything can be controlled client-side
- Ability to control other components - treat this like
frmobject - page object page.save_button.hidden = true`- page object should be available on every page with component refs for each component with exposed + emitted events so that events on other components can be called
- This will save us some time instead of individually configuring 100 events on things in the event tab
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done