An open API service indexing awesome lists of open source software.

https://github.com/bahrus/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
https://github.com/bahrus/be-propagating

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# be-propagating

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

```html

```

The EventTarget object can be obtained from someElement.beEnhanced.bePropagating.propagator.