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
During Trigger creation process, the modal UI could be divided into 2 sections:
Hierarchical dropdown menu - to finally drop down to a Trigger $kind.
Properties form / widget - to fill required fields of Trigger data.
Considering that
Similar to the Action fly-out menu, the dropdown menu needs to be configurable and schema driven.
Some Trigger $kinds require extra logic such as validation / LU editor.
It's necessary to treat those 2 sections differently:
For section 1, let it be generated from uischema. We translate a Trigger dropdown menu to uischema config, similar to the menu part in uischema.
For section 2, let it be a hooked React Component. For example, a plugin implements a React Component and declares that the Component should be hooked to a Trigger $kind and displayed during the Trigger creation process. That Component owns validation / editor logic.
related to #2845
The text was updated successfully, but these errors were encountered: