Skip to content

electron-reactive-event / API / Channel / NoResponse

NoResponse Type

ts
type NoResponse<Registrar> = Extract<
	RegistrarWithNames<Registrar>,
	IEventDeclNoResponse
>;

Channels whose event declarations do not define a response type.

Type Parameters

Registrar

Registrar