How to use @scion/mouse-dispatcher - 2 common examples

To help you get started, we’ve selected a few @scion/mouse-dispatcher 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 SchweizerischeBundesbahnen / scion-workbench / projects / scion / workbench-application.core / src / lib / platform-event-bus.service.ts View on Github external
public constructor() {
    this._ancestorOrigin = determineAncestorOrigin();

    this.installPlatformEventDispatcher();
    this._mouseDispatcher = installMouseDispatcher(window.parent, this._ancestorOrigin || '*');
  }
github SchweizerischeBundesbahnen / scion-workbench / projects / scion / workbench / src / lib / remote-site / remote-site.component.ts View on Github external
this._zone.runOutsideAngular(() => {
        this._mouseDispatcher = installMouseDispatcher(iframe.contentWindow, this._siteUrl.origin);
      });
    });

@scion/mouse-dispatcher

Dispatches mouse events between the application window and another cross-origin window.

EPL-2.0
Latest version published 4 years ago

Package Health Score

54 / 100
Full package analysis

Popular @scion/mouse-dispatcher functions

Similar packages