Skip to main content

IHotStaq

hotstaq / Modules / IHotStaq

Interface: IHotStaq

The main class that handles all HTML preprocessing, then outputs the results.

Implemented by​

Table of contents​

Properties​

Properties​

api​

• Optional api: HotAPI

The api that's used to communicate with.

Defined in​

HotStaq.ts:342


components​

• Optional components: Object

The components that can be constructed.

Index signature​

â–ª [name: string]: HotComponent

Defined in​

HotStaq.ts:358


files​

• Optional files: Object

The files that can be stored for later use.

Index signature​

â–ª [name: string]: HotFile

Defined in​

HotStaq.ts:362


hotSite​

• Optional hotSite: HotSite

The loaded hotsite.

Defined in​

HotStaq.ts:366


mode​

• Optional mode: DeveloperMode

Indicates what type of execution this is.

Defined in​

HotStaq.ts:350


pages​

• Optional pages: Object

The pages that can be constructed.

Index signature​

â–ª [name: string]: HotPage

Defined in​

HotStaq.ts:354


testerAPI​

• Optional testerAPI: HotAPI

The tester api that's used to communicate with.

Defined in​

HotStaq.ts:346