Interface: Watcher
January 18, 2022 · View on GitHub
Kui API Documentation - v11.0.0 / @kui-shell/core / Watcher
Interface: Watcher
@kui-shell/core.Watcher
Table of contents
Methods
Methods
init
▸ init(pusher): void
the table renderer will call this function when the DOM is ready to accept updates. when you have updates, please call one or the other of the provided functions
Parameters
| Name | Type |
|---|---|
pusher | WatchPusher |
Returns
void