How to use the @lumino/signaling.Signal.disconnectAll function in @lumino/signaling

To help you get started, we’ve selected a few @lumino/signaling examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jupyterlab / jupyterlab / tests / test-logconsole / src / registry.spec.ts View on Github external
dispose() {
    Signal.disconnectAll(this);
  }
  args: ARGS[] = [];
github jupyterlab / jupyterlab / tests / test-logconsole / src / logger.spec.ts View on Github external
dispose() {
    Signal.disconnectAll(this);
  }
  args: ARGS[] = [];
github jupyterlab / jupyterlab / tests / test-logconsole / src / widget.spec.ts View on Github external
dispose() {
    Signal.disconnectAll(this);
  }
  args: ARGS[] = [];

@lumino/signaling

Lumino Signals and Slots

BSD-3-Clause
Latest version published 5 months ago

Package Health Score

83 / 100
Full package analysis

Similar packages