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​
elementOptions​
• Optional
elementOptions: ElementDefinitionOptions
The options to include with registering this component.
Defined in​
events​
• Optional
events: Object
The events to trigger.
Index signature​
â–ª [name: string
]: { func
: Function
; options?
: any
; type
: string
}
Defined in​
htmlElement​
• Optional
htmlElement: HTMLElement
The associated HTMLElement.
Defined in​
name​
• Optional
name: string
The name of the page.
Defined in​
processor​
• processor: HotStaq
The processor to use.
Defined in​
tag​
• Optional
tag: string
The name of the tag.
Defined in​
type​
• Optional
type: string
The type of component.
Defined in​
value​
• Optional
value: any
The value of the component.