Package Exports
- be-propagating/be-propagating.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (be-propagating) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
be-propagating [TODO]
be-propagating creates a subscribable EventTarget, which watches for changes to a provided list of properties of the element it adorns, and the event target emits events with the same name every time the property value changes.
Lingo
In the examples below, we assume some-element is a custom element that has property setters myProp1, myProp2
JSON Lingo
<some-element be-propagating='
"propagate": ["myProp1", "myProp2"]
'></some-element>The EventTarget object can be obtained from someElement.beDecorated.propagating.propagator.