Skip to content

loadStateHandler

loadStateHandler(client, options?): LoadStateHandler

Parameters

client: BaseClient<"fork" | "normal", object>

The base client instance.

options? = {}

Optional configuration.

options.throwOnFail?: undefined | boolean

Whether to throw an error when a failure occurs.

Returns

LoadStateHandler

  • The handler function.

Defined in

packages/actions/src/LoadState/loadStateHandler.js:35