Bun

interface

WebView.ClickOptions

interface ClickOptions

  • button?: 'left' | 'right' | 'middle'
  • clickCount?: 2 | 1 | 3

    Number of clicks (1 = single, 2 = double, 3 = triple).

  • modifiers?: Modifier[]

    Modifier keys to hold during the click.