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

  • init

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

NameType
pusherWatchPusher

Returns

void

Defined in

packages/core/src/core/jobs/watchable.ts:27

Contents

  1. 1Table of contents
  2. 1.1Methods
  3. 2Methods
  4. 2.1init