Home
GitHub
Preparing search index...
The search index is not available
VFX-JS
VFX-JS
Event
Interface Event<TEventType, TTarget>
The minimal expected contract of a fired Event that was dispatched by a
<>
.
interface
Event
<
TEventType
,
TTarget
>
{
type
:
TEventType
;
target
:
TTarget
;
}
Type Parameters
TEventType
extends
string
=
string
TTarget
=
unknown
Index
Properties
type
target
Properties
Readonly
type
type
:
TEventType
Readonly
target
target
:
TTarget
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
type
target
Home
GitHub
VFX-JS
Loading...
The minimal expected contract of a fired Event that was dispatched by a <>.