wirestate-lit-signals
Signals
| Name | Description |
|---|---|
| Signal | - |
| WatchDirective | - |
| SignalWatcher | - |
| Computed | - |
| State | - |
| WatchDirectiveFunction | - |
| computed | - |
| signal | - |
| SignalWatcher | - |
Variables
| Variable | Description |
|---|---|
| watch | Renders a signal and subscribes to it, updating the part when the signal changes. |
| withWatch | Wraps a lit-html template tag function (html or svg) to add support for automatically wrapping Signal instances in the watch() directive. |