Skip to content

Commit

Permalink
Run yarn docgen:all
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-kothari committed Nov 21, 2024
1 parent 07075dd commit 9e1b157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-devsite/remote-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export declare function setCustomSignals(remoteConfig: RemoteConfig, customSigna
| Parameter | Type | Description |
| --- | --- | --- |
| remoteConfig | [RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface) | The [RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface) instance. |
| customSignals | [CustomSignals](./remote-config.customsignals.md#customsignals_interface) | Map (key, value) of the custom signals to be set for the app instance. If a key already exists, the value is overwritten. Setting the value of a custom signal null unsets the signal. The signals will be persisted locally on the client. |
| customSignals | [CustomSignals](./remote-config.customsignals.md#customsignals_interface) | Map (key, value) of the custom signals to be set for the app instance. If a key already exists, the value is overwritten. Setting the value of a custom signal to null unsets the signal. The signals will be persisted locally on the client. |

<b>Returns:</b>

Expand Down

0 comments on commit 9e1b157

Please sign in to comment.