Interface: EventSyncInterface<P>
The interface that all sync events must adhere to
Extends
EventInterface
<P
,void
>
Type Parameters
Type Parameter | Default type |
---|---|
P | undefined |
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
expectsReturnOf | void | - | EventInterface .expectsReturnOf |
key | string | Event key. | EventInterface .key |
payload | P | Return the payload that should be emitted. | EventInterface .payload |