MAIDR Documentation - v4.4.0
    Preparing search index...

    Variable stopQuartoObservableConst

    stopQuartoObservable: () => void = stopObservablePlots

    Type Declaration

      • (): void
      • Stops the watcher autoInitObservablePlots started, if it started one.

        Charts already bound stay bound; this only stops new ones being picked up. Exposed so a single-page app can hand the page back cleanly, and so a test can turn the adapter off.

        Returns void

    Renamed to stopObservablePlots. See initQuartoObservable.