Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
HiloEvent
Class HiloEvent<Detail>
Event object created when callers dispatch by event name.
Type Parameters
Detail
=
unknown
Implements
DispatchEvent
Index
Constructors
constructor
Properties
_
stopped
detail
target
type
Methods
stop
Immediate
Propagation
Constructors
constructor
new
HiloEvent
<
Detail
=
unknown
>
(
type
:
string
,
target
:
unknown
,
detail
?:
Detail
,
)
:
HiloEvent
<
Detail
>
Type Parameters
Detail
=
unknown
Parameters
type
:
string
target
:
unknown
Optional
detail
:
Detail
Returns
HiloEvent
<
Detail
>
Properties
_
stopped
_stopped
:
boolean
= false
Readonly
detail
detail
:
Detail
|
undefined
Readonly
target
target
:
unknown
Readonly
type
type
:
string
Methods
stop
Immediate
Propagation
stopImmediatePropagation
()
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
stopped
detail
target
type
Methods
stop
Immediate
Propagation
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...
Event object created when callers dispatch by event name.