Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.75 KB

Schema.KeyUpStep.md

File metadata and controls

89 lines (47 loc) · 1.75 KB

@puppeteer/replay / Schema / KeyUpStep

Interface: KeyUpStep

Schema.KeyUpStep

Hierarchy

Table of contents

Properties

Properties

assertedEvents

Optional assertedEvents: NavigationEvent[]

Inherited from

StepWithTarget.assertedEvents

Defined in

Schema.ts:64


key

key: Key

Defined in

Schema.ts:169


target

Optional target: string

Defaults to main

Inherited from

StepWithTarget.target

Defined in

Schema.ts:71


timeout

Optional timeout: number

Inherited from

StepWithTarget.timeout

Defined in

Schema.ts:63


type

type: KeyUp

Overrides

StepWithTarget.type

Defined in

Schema.ts:168