Skip to content

App.onConfigChanged method

App › onConfigChanged

Unofficial

Called when app config changes.

Signature:

onConfigChanged(configKey: string): void

Parameters:

ParameterTypeDescription
configKeystringThe configuration key that changed.

Returns: void