Skip to main content

Class: BlazeTitleBar

ui/titleBar.BlazeTitleBar

Hierarchy

Constructors

constructor

โ€ข new BlazeTitleBar(title)

Creates an BlazeTitleBar component.

Parameters

NameTypeDescription
titlestringThe title

Overrides

BlazeElement.constructor

Defined in

src/ui/titleBar.ts:13

Properties

element

โ€ข Readonly element: HTMLDivElement

Inherited from

BlazeElement.element

Defined in

src/ui/element.ts:9


keys

โ€ข Readonly keys: KeyboardHandler

Inherited from

BlazeElement.keys

Defined in

src/ui/element.ts:11


mouse

โ€ข Readonly mouse: MouseHandler

Inherited from

BlazeElement.mouse

Defined in

src/ui/element.ts:10


text

โ€ข text: HTMLParagraphElement

Defined in

src/ui/titleBar.ts:6


touch

โ€ข Readonly touch: TouchHandler

Inherited from

BlazeElement.touch

Defined in

src/ui/element.ts:12