Skip to main content

HotStartOptions

hotstaq / Modules / HotStartOptions

Interface: HotStartOptions

The options to use when starting a page.

Table of contents​

Properties​

Properties​

args​

• Optional args: any

Any arguments to pass to the new page.

Defined in​

HotStaq.ts:313


name​

• Optional name: string

The name of the page to load.

Defined in​

HotStaq.ts:305


processor​

• Optional processor: HotStaq

The processor to use to load the page.

Defined in​

HotStaq.ts:309


testerAPIBaseUrl​

• Optional testerAPIBaseUrl: string

The base url for the tester api.

Defined in​

HotStaq.ts:325


testerLaunchpadUrl​

• Optional testerLaunchpadUrl: string

The url to the html that loads the hott file that's pointed at the url above.

Defined in​

HotStaq.ts:330


testerMap​

• Optional testerMap: string

The name of the tester map to use.

Defined in​

HotStaq.ts:321


testerName​

• Optional testerName: string

The name of the tester to use.

Defined in​

HotStaq.ts:317


url​

• url: string

The Hott site to load.

Defined in​

HotStaq.ts:301