[Go to site: main page, start]

Interface DetachedWindowDescriptor

interface DetachedWindowDescriptor {
    applications: Map<string, ApplicationV2>;
    window: Window;
}
Index

Properties

Properties

applications: Map<string, ApplicationV2>

A mapping of applications rendered in the window.

window: Window

The window instance.