Type alias PlatformWindowCreationOptions

PlatformWindowCreationOptions: Partial<WindowCreationOptions> & {
    reason?: WindowCreationReason;
    updateStateIfExists?: boolean;
}

Generated using TypeDoc