Skip to content

App.onConfigChanged method

App › onConfigChanged

Unofficial

Called when app config changes.

Signature:

onConfigChanged(configKey: string): void

Parameters:

Parameter Type Description
configKey string The configuration key that changed.

Returns: void