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

Properties

Properties

title: string

Update the window title with a new value?

icon: string | false

Update the window icon with a new value?

controls: boolean

Re-render the window controls menu?