wix-incubator / corvid-types

Type definitions for Corvid by Wix
MIT License
5 stars 3 forks source link

Fix generated handler args to be the actual event and not the handler #71

Closed dlvhdr closed 3 years ago

dlvhdr commented 3 years ago

I changed the generated handler args like this:

  handlerArgs: [
    {
      name: "handler" => "event",
      type: "$w.EventHandler" => "$w.Event"
    }
  ]
dlvhdr commented 3 years ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite and will continue to be automatically updated while this PR remains open.