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:

Parameter Type Description
event "updated" The event name.
listener () => void The event handler.

Returns: thisThis ElectronNativeTheme instance.