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

    Interface ApplicationWindowRenderOptions

    interface ApplicationWindowRenderOptions {
        controls: boolean;
        detached?: boolean;
        icon: string | false;
        title: string;
        windowId?: string;
    }
    Index

    Properties

    controls: boolean

    Re-render the window controls menu?

    detached?: boolean

    Whether the application should render inside the main application, or in a separate, detached window. Pass false to attach to the main application, or true to detach into a new window.

    icon: string | false

    Update the window icon with a new value?

    title: string

    Update the window title with a new value?

    windowId?: string

    The ID of an existing detached window to render into.