Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Options

Options sent as the argument to MatcherFunction, BrowserFunction and UrlFunction

Index

Properties

keys

keys: object

The state of keyboard state. E.g. shift === true if pressed.

Type declaration

  • capsLock: boolean
  • command: boolean
  • control: boolean
  • function: boolean
  • option: boolean
  • shift: boolean

Optional sourceBundleIdentifier

sourceBundleIdentifier: undefined | string

If opened in from an app, this string contains the bundle identifier from that app

url

The url being opened as an object

urlString

urlString: string

The url being opened

Generated using TypeDoc