Type alias PlatformOptions

PlatformOptions: ApplicationCreationOptions & {
    defaultViewOptions?: Partial<PlatformViewCreationOptions>;
    defaultWindowOptions?: Partial<PlatformWindowOptions>;
    disableDefaultCommands?: boolean;
    permissions?: Partial<Permissions>;
    providerUrl?: string;
    viewProcessAffinityStrategy?: ProcessAffinityStrategy;
}

The options object required by Platform#start Platform.start Any Application option is also a valid platform option

Generated using TypeDoc