ElectronNativeTheme.on('updated') method
ElectronNativeTheme › on(‘updated’)
Unofficial
Registers a listener for theupdated event. Signature:
on(event: "updated", listener: () => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| event | "updated" | The event name. |
| listener | () => void | The event handler. |
Returns: this — This ElectronNativeTheme instance.