Const
Toggles the visibility of the display settings modal.
The options object.
Function to update the visibility state of the display settings modal.
Current visibility state of the display settings modal.
const options: LaunchDisplaySettingsOptions = { updateIsDisplaySettingsModalVisible: setModalVisibilityFunction, isDisplaySettingsModalVisible: false,}launchDisplaySettings(options)// This will open the display settings modal if it's currently closed, or close it if it's open. Copy
const options: LaunchDisplaySettingsOptions = { updateIsDisplaySettingsModalVisible: setModalVisibilityFunction, isDisplaySettingsModalVisible: false,}launchDisplaySettings(options)// This will open the display settings modal if it's currently closed, or close it if it's open.
Toggles the visibility of the display settings modal.