We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We missed adding the JSDOCS for the event in EnableNewProductSyncButton
It should be something like:
/** * @event gla_enable_product_sync_click * * @property {string} context Indicates where this event happened */
and
/** * @fires gla_enable_product_sync_click with `{ context: "banner"}` */
Lack of documentation for the added events.
Doc-related problem. Not reproducible in the plugin.
Documentation for the added events as explained before.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We missed adding the JSDOCS for the event in EnableNewProductSyncButton
It should be something like:
and
Is your feature request related to a problem?
Lack of documentation for the added events.
How to reproduce the problem
Doc-related problem. Not reproducible in the plugin.
Describe the solution you'd like
Documentation for the added events as explained before.
The text was updated successfully, but these errors were encountered: