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
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
type
Giro3D API (v0.39.0)
Loading...
The minimal basic Event that can be dispatched by a <>.