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