Class: BlazeElement<T>
ui/element.BlazeElement
Provides a streamlined api to interact with UI elements in blaze.
Type parameters
| Name | Type |
|---|---|
T | extends HTMLElement |
Hierarchy
BlazeElementโณ
EditorPaneโณ
BlazeDetailsโณ
BlazeDropdownโณ
BlazeInputโณ
BlazeListโณ
BlazeTextโณ
BlazeTitleBar
Constructors
constructor
โข new BlazeElement<T>(element)
Creates a BlazeElement.
Type parameters
| Name | Type |
|---|---|
T | extends HTMLElement |
Parameters
| Name | Type | Description |
|---|---|---|
element | T | An HTML element |
Defined in
src/ui/element.ts:19
Properties
element
โข Readonly element: T
Defined in
src/ui/element.ts:9
keys
โข Readonly keys: KeyboardHandler
Defined in
src/ui/element.ts:11
mouse
โข Readonly mouse: MouseHandler
Defined in
src/ui/element.ts:10
touch
โข Readonly touch: TouchHandler
Defined in
src/ui/element.ts:12