component.json revision 2e7441169df0fcc324f2d44947beba7d237f5a37
{
"name": "event",
"displayName": "Event",
"description": "The Event system provides APIs for subscribing to and working with DOM events",
"author": ["lsmith", "amoore", "sdesai", "rgrove"],
"use": ["event"],
"tags": ["core", "event", "dom"],
"examples": [
],
"pages": {
"delegation": {
"displayName": "Intro to Event Delegation"
},
"domready": {
"displayName": "DOM Lifecycle Events"
},
"focus": {
"displayName": "The focus and blur Event Fix"
},
"key": {
"displayName": "The key Event"
},
"mouseenter": {
"displayName": "The mouseenter, mouseleave, and hover Events"
},
"mousewheel": {
"displayName": "The mousewheel Event"
},
"outside": {
"displayName": "The outside Events"
},
"windowresize": {
"displayName": "The windowresize Event"
},
"touch": {
"displayName": "Touch Events and Abstractions"
},
"valuechange": {
"displayName": "The valueChange Event"
},
"synths": {
"displayName": "Creating Synthetic Events"
}
}
}