Home > @rushstack/playwright-browser-tunnel > ILaunchOptionsValidationResult
ILaunchOptionsValidationResult interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Result of validating launch options against the allowlist.
Signature:
export interface ILaunchOptionsValidationResult
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Array<keyof LaunchOptions> | (BETA) Launch options that were denied due to security restrictions. | ||
LaunchOptions | (BETA) Filtered launch options with denied properties removed. | ||
boolean | (BETA) Whether the launch options are valid and allowed. | ||
string[] | (BETA) Warning messages about denied options. |