useUpdateConfig
useUpdateConfig<
TConfig>():UseUpdateConfigResult<TConfig>
Defined in: packages/react/src/hooks.ts:98
Hook to update the configuration.
Supports direct replacement or inline mutation function.
Type Parameters
Section titled “Type Parameters”TConfig
Section titled “TConfig”TConfig
The type of the configuration.
Returns
Section titled “Returns”UseUpdateConfigResult<TConfig>
An object containing the update function and status flags.