Skip to content

ElectronNativeTheme.on('updated') method

ElectronNativeTheme › on(‘updated’)

Unofficial

Registers a listener for the updated event.

Signature:

on(event: "updated", listener: () => void): this

Parameters:

ParameterTypeDescription
event"updated"The event name.
listener() => voidThe event handler.

Returns: thisThis ElectronNativeTheme instance.