You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we add a little text annotation on notifyproperties. This is useful for power users who've used Polymer for a while, but I often see folks that want to listen for the automatically generated events but don't know what notify implies.
It'd be helpful for them if we added a tooltip or similar on the notify annotation and had a way to show auto generated events for users curious about them.
The text was updated successfully, but these errors were encountered:
I'm with @jmstriegel on this... People look in the Events section for events. The current system works fine for people who know the conventions, but for everyone else, it's just one more unnecessary mystery.
If there's no technical limitation, I'd go with adding them to Events and adding a "Hide generated events" button.
Currently we add a little text annotation on
notify
properties. This is useful for power users who've used Polymer for a while, but I often see folks that want to listen for the automatically generated events but don't know whatnotify
implies.It'd be helpful for them if we added a tooltip or similar on the
notify
annotation and had a way to show auto generated events for users curious about them.The text was updated successfully, but these errors were encountered: