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

Use naming convention for event listener names #164

Open
manzt opened this issue Nov 7, 2022 · 0 comments
Open

Use naming convention for event listener names #164

manzt opened this issue Nov 7, 2022 · 0 comments

Comments

@manzt
Copy link
Member

manzt commented Nov 7, 2022

There is no standardization of emitted event names. I'd prefer an <action>:<emitted> convention. E.g.,

let el = document.querySelector('#root');
let viewer = vizarr.createViewer(el);

viewer.on(
--  "viewStateChange",
++  "change:viewState",
  () => {
  /* ... */
});
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

No branches or pull requests

1 participant