Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?query, ?search, ?hash)

Full Usage: Options(?query, ?search, ?hash)

Parameters:
    ?query : Record<string, string> - Passed to url.format().
    ?search : string - Passed to url.format().
    ?hash : string - Passed to url.format().

Returns: Options
?query : Record<string, string>

Passed to url.format().

?search : string

Passed to url.format().

?hash : string

Passed to url.format().

Returns: Options

Instance members

Instance member Description

this.hash

Full Usage: this.hash

Passed to url.format().

this.query

Full Usage: this.query

Passed to url.format().

this.search

Full Usage: this.search

Passed to url.format().

Type something to start searching.