Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Mar 16, 2016
1 parent 687ac0d commit e1da070
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/mm-list-item/doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
"description":"Whether or not this item is highlighted. The user can highlight an item by mousing over it or navigating using the keyboard arrow keys.",
"attribute":"N/A"
},
{
"name":"highlight",
"type":"String",
"reflect":"false",
"default":"''",
"optional":"true",
"description":"A string used for highlighting search text within the list-item. If the value is found (case insensitive) it will be wrapped in a yellow span.",
"attribute":"N/A"
}
{
"name":"observeSubtree",
"type":"Boolean",
Expand Down Expand Up @@ -60,10 +69,10 @@
"description":"Updates the list item to include or remove a title attribute, depending upon whether or not the text content of the list item has been truncated."
}
],
"behaviors":[
"behaviors":[
"resolvable",
"dommutable",
"dommutable",
"resizable",
"refable"
]
}
}

0 comments on commit e1da070

Please sign in to comment.