Appearance
electron-reactive-event / API / Channel / NoResponse
type NoResponse<Registrar> = Extract< RegistrarWithNames<Registrar>, IEventDeclNoResponse >;
Channels whose event declarations do not define a response type.
Registrar