Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.39.0
GitLab
Giro3D API (v0.39.0)
external
three
Event
Interface Event<TEventType, TTarget>
The minimal expected contract of a fired Event that was dispatched by a
<>
.
interface
Event
<
TEventType
,
TTarget
>
{
target
:
TTarget
;
type
:
TEventType
;
}
Type Parameters
TEventType
extends
string
=
string
TTarget
=
unknown
Index
Properties
target
type
Properties
Readonly
target
target
:
TTarget
Readonly
type
type
:
TEventType
Settings
Member Visibility
Protected
Inherited
External
On This Page
target
type
Giro3D API (v0.39.0)
Loading...
The minimal expected contract of a fired Event that was dispatched by a <>.