Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.42.4
GitLab
API (v0.42.4) - Giro3D
external
three
BaseEvent
Interface BaseEvent<TEventType>
The minimal basic Event that can be dispatched by a
<>
.
interface
BaseEvent
<
TEventType
>
{
type
:
TEventType
;
}
Type Parameters
TEventType
extends
string
=
string
Index
Properties
type
Properties
Readonly
type
type
:
TEventType
Settings
Member Visibility
Protected
Inherited
External
On This Page
Properties
type
API (v0.42.4) - Giro3D
Loading...
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
The minimal basic Event that can be dispatched by a <>.