Search
Preparing search index...
The search index is not available
source-scraper-html-runner
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
IHtmlRunner
Interface IHtmlRunner<T>
Type parameters
T
Hierarchy
IRunner
<
T
,
IHtmlRunnerOptions
,
IHtmlRunnerArgs
>
IHtmlRunner
Implemented by
HtmlRunner
Index
Properties
change
Options
default
Options
get
Options
run
Properties
change
Options
change
Options
:
function
Type declaration
(
options
:
Partial
<
IHtmlRunnerOptions
>
)
:
IHtmlRunnerOptions
Parameters
options:
Partial
<
IHtmlRunnerOptions
>
Returns
IHtmlRunnerOptions
default
Options
default
Options
:
IHtmlRunnerOptions
get
Options
get
Options
:
function
Type declaration
(
options
?:
Partial
<
IHtmlRunnerOptions
>
)
:
IHtmlRunnerOptions
Parameters
Optional
options:
Partial
<
IHtmlRunnerOptions
>
Returns
IHtmlRunnerOptions
run
run
:
function
Type declaration
(
url
:
string
, scraper
:
function
, options
?:
RO
)
:
Promise
<
T
>
Parameters
url:
string
scraper:
function
(
args
:
IHtmlRunnerArgs
)
:
Promise
<
T
>
Parameters
args:
IHtmlRunnerArgs
Returns
Promise
<
T
>
Optional
options:
RO
Returns
Promise
<
T
>
Globals
Html
Runner
IHtml
Runner
change
Options
default
Options
get
Options
run
IHtml
Runner
Args
IHtml
Runner
Options
Generated using
TypeDoc