Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "FinickyConfig"

Finicky Configuration Reference.

Index

Type aliases

Browser

Browser: string | BrowserObject

Represents a browser or app that finicky could start

BrowserFunction

BrowserFunction: function

A function that returns a browser to open

Type declaration

Matcher

Matcher: string | RegExp | MatcherFunction

Matches urls (or other properties) to decide if to change the url or open a browser.

If the matcher is a string, if the url equals the string exactly, it will match. If the matcher is a regular expression, if it matches any part of the url, it will match. If the matcher is a MatcherFunction, it will match if the function returns true

MatcherFunction

MatcherFunction: function

Type declaration

    • Parameters

      Returns boolean

Url

Url: string | UrlObject

Represents a url that will be handled by finicky

UrlFunction

UrlFunction: function

A function that returns a url

Type declaration

Generated using TypeDoc