Interface: EventClassInterface<E>
Interface defining static signature of newable events.
Extends
EventKeyInterface
Type Parameters
Type Parameter |
---|
E |
Constructors
new EventClassInterface()
new EventClassInterface(
payload
?):E
&EventInstance
<E
>
Internal
Parameters
Parameter | Type |
---|---|
payload ? | E & EventInstance <E >["payload" ] |
Returns
E
& EventInstance
<E
>
Inherited from
EventKeyInterface.constructor
Defined in
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
key | string | Event key. | EventKeyInterface.key |