Toggles the visibility of the background modal.
const backgroundOptions: LaunchBackgroundOptions = { updateIsBackgroundModalVisible: setBackgroundModalVisible, isBackgroundModalVisible: false,};launchBackground(backgroundOptions); Copy
const backgroundOptions: LaunchBackgroundOptions = { updateIsBackgroundModalVisible: setBackgroundModalVisible, isBackgroundModalVisible: false,};launchBackground(backgroundOptions);
The options object containing necessary variables and functions.
Toggles the visibility of the background modal.
Function
Example