Skip to main content

HotSiteRoute

hotstaq / Modules / HotSiteRoute

Interface: HotSiteRoute

A route used in a HotSite.

Table of contents​

Properties​

Properties​

api​

• Optional api: string

The name of the API to interface with.

Defined in​

HotStaq.ts:58


destinationOrder​

• Optional destinationOrder: string[]

The order in which destinations are supposed to execute. This is ignored if the destinations are an array.

Defined in​

HotStaq.ts:63


map​

• Optional map: string | string[] | { [name: string]: string | HotSiteMapPath; } | HotSiteMapPath[]

The HotTesterMap to use. This can be the name of an existing one attached to the selected tester, or can be an array of destinations that will be used to create a new map.

Defined in​

HotStaq.ts:70


name​

• name: string

The name of the route. Will appear in the title.

Defined in​

HotStaq.ts:50


url​

• url: string

The url to the file to load.

Defined in​

HotStaq.ts:54