Selva Compute API Reference - v1.1.2
Preparing search index...
visualization
<internal>
Event
Interface Event<TEventType, TTarget>
The minimal expected contract of a fired Event that was dispatched by a
<>
.
interface
Event
<
TEventType
extends
string
=
string
,
TTarget
=
unknown
>
{
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
Theme
OS
Light
Dark
On This Page
Properties
target
type
Selva Compute API Reference - v1.1.2
Loading...
The minimal expected contract of a fired Event that was dispatched by a <>.