Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    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.