Interface SecondaryWindowServiceExperimental

Service for opening new secondary windows to contain widgets extracted from the application shell.

The functionality provided by this service and its implementation is still under development. Use with caution.

interface SecondaryWindowService {
    createSecondaryWindow(widget, shell): undefined | Window;
    focus(win): void;
}

Implemented by

Methods