Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Routines #349

Closed
dhilt opened this issue Nov 25, 2023 · 0 comments · Fixed by #350
Closed

Custom Routines #349

dhilt opened this issue Nov 25, 2023 · 0 comments · Fixed by #350

Comments

@dhilt
Copy link
Owner

dhilt commented Nov 25, 2023

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:

  1. Global Routines registry within the core. The core needs to provide smth like useRouties along with makeDatasource.
  2. Datasource param, like settings & devSettings. Will need to fix a priority between DS and Workflow Routines inside the core.
  3. A new directive param, like *uiScroll="let item of datasource; Routines: Routines". No changes inside the core.
  4. ...
@dhilt dhilt linked a pull request Nov 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant