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
Since the core provides the ability to customize DOM Routines (see Routines param of the Workflow class), the consumer can do so as well. There are some options:
Global Routines registry within the core. The core needs to provide smth like useRouties along with makeDatasource.
Datasource param, like settings & devSettings. Will need to fix a priority between DS and Workflow Routines inside the core.
A new directive param, like *uiScroll="let item of datasource; Routines: Routines". No changes inside the core.
...
The text was updated successfully, but these errors were encountered:
Since the core provides the ability to customize DOM Routines (see Routines param of the Workflow class), the consumer can do so as well. There are some options:
*uiScroll="let item of datasource; Routines: Routines"
. No changes inside the core.The text was updated successfully, but these errors were encountered: