Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageOpts<Store>

Defines the opts parameter passed to the constructor of Page.

template

Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes via Page

Type parameters

Hierarchy

Index

Properties

Properties

Optional interval

interval: number

An interval in milliseconds.

store

store: Store

an instance of PageNodeStore which can be used to retrieve/create PageNodes via Page

Optional timeout

timeout: number

A timeout in milliseconds.

Generated using TypeDoc