Skip to content

Commit

Permalink
Merge pull request #50 from Trakkasure/event-documentation
Browse files Browse the repository at this point in the history
Added event documentation. Fixes request in #29.
  • Loading branch information
cdata committed Sep 4, 2015
2 parents dddccfb + 0d3ff15 commit 1c80f75
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions iron-selectable.html
Expand Up @@ -15,6 +15,27 @@
/** @polymerBehavior */
Polymer.IronSelectableBehavior = {

/**
* Fired when iron-selector is activated (selected or deselected).
* It is fired before the selected items are changed.
* Cancel the event to abort selection.
*
* @event iron-activate
*
**/
/**
* Fired when an item is selected
*
* @event iron-select
*
**/
/**
* Fired when an item is deselected
*
* @event iron-deselect
*
**/

properties: {

/**
Expand Down

0 comments on commit 1c80f75

Please sign in to comment.