mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
949 B
949 B
Home > puppeteer > Protocol > Emulation > SetEmitTouchEventsForMouseRequest
Protocol.Emulation.SetEmitTouchEventsForMouseRequest interface
Signature:
export interface SetEmitTouchEventsForMouseRequest
Properties
Property | Type | Description |
---|---|---|
configuration | ('mobile' | 'desktop') | Touch/gesture events configuration. Default: current platform. |
enabled | boolean | Whether touch emulation based on mouse input should be enabled. |