API ReferenceinterfacesAppcreationoptions

Playwright Power Platform Toolkit v0.0.4


Playwright Power Platform Toolkit / AppCreationOptions

Interface: AppCreationOptions

Defined in: types/index.ts:134

App Creation Options

Properties

name

name: string

Defined in: types/index.ts:136

App name


description?

optional description: string

Defined in: types/index.ts:138

App description


environment?

optional environment: string

Defined in: types/index.ts:140

Environment to create in


waitForCreation?

optional waitForCreation: boolean

Defined in: types/index.ts:142

Wait for creation to complete (default: true)


timeout?

optional timeout: number

Defined in: types/index.ts:144

Timeout in milliseconds (default: 60000)