Skip to main content

IHotComponent

hotstaq / Modules / IHotComponent

Interface: IHotComponent

A component to preprocess.

Implemented by​

Table of contents​

Properties​

Properties​

api​

• Optional api: HotAPI

The connected API.

Defined in​

HotComponent.ts:28


elementOptions​

• Optional elementOptions: ElementDefinitionOptions

The options to include with registering this component.

Defined in​

HotComponent.ts:32


events​

• Optional events: Object

The events to trigger.

Index signature​

â–ª [name: string]: { func: Function ; options?: any ; type: string }

Defined in​

HotComponent.ts:44


htmlElement​

• Optional htmlElement: HTMLElement

The associated HTMLElement.

Defined in​

HotComponent.ts:16


name​

• Optional name: string

The name of the page.

Defined in​

HotComponent.ts:20


processor​

• processor: HotStaq

The processor to use.

Defined in​

HotComponent.ts:12


tag​

• Optional tag: string

The name of the tag.

Defined in​

HotComponent.ts:24


type​

• Optional type: string

The type of component.

Defined in​

HotComponent.ts:36


value​

• Optional value: any

The value of the component.

Defined in​

HotComponent.ts:40