component.json revision 5abe4e6ccb00e9414eb123e8d3d7e1a8d2a7c317
{
"name": "event-target",
"displayName": "EventTarget",
"description": "EventTarget is a core extension class that provides APIs for publishing, firing, and subscribing to custom events",
"author": ["lsmith", "amoore"],
"use": ["event-custom"],
"tags": ["infrastructure", "custom event", "event target"],
"examples": [
{
"name": "flow-example",
"displayName": "Custom Event Bubbling and Behaviors",
"description": "Publish an event with a default behavior, as well as behaviors for reacting to preventing the default or stopping bubbling.",
"modules": ["event-custom"],
"hideTableOfContents": true
}
],
"pages": {
}
}