Skip to main content

SetChannelResult

Electron APIs / packages / SetChannelResult

type SetChannelResult = object;

Result returned by setChannel(). error is 'invalid-package' when the package is not found on the server, or 'invalid-channel' when the channel does not exist for that package.

Properties

PropertyType
error?"invalid-package" | "invalid-channel"
successboolean