Skip to content

electron-reactive-event / API / Channel

Channel

Type Aliases

Type AliasDescription
ChannelA channel is the (string) key of an event declaration property in a registrar.
NoRequestChannels whose event declarations do not specify a request type.
NoResponseChannels whose event declarations do not define a response type.
RequestChannels whose event declarations specify a request type.
ResponseChannels whose event declarations define a response type.