Type alias PlatformWindowOptions

PlatformWindowOptions: WindowCreationOptions & {
    stylesheetUrl: string;
}

Window options apply to all platform windows. Any Window~options Window option is also a valid Default Window option used by default in any window that is created in the current platform's scope. Individual window options will override these defaults.

Generated using TypeDoc