Rush StackShopBlogEvents
Skip to main content

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

deniedOptions

Array<keyof LaunchOptions>

(BETA) Launch options that were denied due to security restrictions.

filteredOptions

LaunchOptions

(BETA) Filtered launch options with denied properties removed.

isValid

boolean

(BETA) Whether the launch options are valid and allowed.

warnings

string[]

(BETA) Warning messages about denied options.