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

event description/detail? #53

Open
imperator-maximus opened this issue Oct 29, 2021 · 0 comments
Open

event description/detail? #53

imperator-maximus opened this issue Oct 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@imperator-maximus
Copy link

Hello,

how do I get more information about an event in Markdown/JSON?

    /**
     * Will be fired if value has been changed
     * @event change
     */
    function handleChange(e) {
        dispatch("change", {
            value: value //passing argument
        })
    }

I also tried: https://jsdoc.app/tags-event.html
/**

  • Snowball event.
  • @event snowball
  • @type {object}
  • @Property {boolean} isPacked - Indicates whether the snowball is tightly packed.
    */

But there is no description and detail is always empty.

Thank you!

@imperator-maximus imperator-maximus changed the title event descrioption/detail event descrioption/detail? Oct 29, 2021
@imperator-maximus imperator-maximus changed the title event descrioption/detail? event description/detail? Oct 29, 2021
@metonym metonym added the enhancement New feature or request label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants