You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 frm object - 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
Currently, there is 0 scripting available which blocks me from creating the app. Design a scripting API for the page & eventually the app
frmobject - page object page.save_button.hidden = true`