ConfigurableUiActions Variable

An object with a function that creates each ConfigurableUiReducer that can be handled by our reducer.

Type

{ setDragInteraction: (dragInteraction: boolean) => ActionWithPayload<SetDragInteraction, boolean>, setFrameworkVersion: (frameworkVersion: string) => ActionWithPayload<SetFrameworkVersion, string>, setSnapMode: (snapMode: number) => ActionWithPayload<SetSnapMode, number>, setTheme: (theme: string) => ActionWithPayload<SetTheme, string>, setToolPrompt: (toolPrompt: string) => ActionWithPayload<SetToolPrompt, string>, setWidgetOpacity: (opacity: number) => ActionWithPayload<SetWidgetOpacity, number> }

Default Value

typescript ...

Defined in

Last Updated: 29 November, 2022