interface ApplicationWindowRenderOptions {
    controls: boolean;
    icon: string | false;
    title: string;
}

Properties

Properties

controls: boolean

Re-render the window controls menu?

icon: string | false

Update the window icon with a new value?

title: string

Update the window title with a new value?