Const
Toggles the visibility of the configure whiteboard modal.
The options for toggling the whiteboard modal visibility.
Function to update the visibility state of the configure whiteboard modal.
Current visibility state of the configure whiteboard modal.
const options = { updateIsConfigureWhiteboardModalVisible: (visible: boolean) => console.log('Modal visibility updated:', visible), isConfigureWhiteboardModalVisible: false,}launchConfigureWhiteboard(options) Copy
const options = { updateIsConfigureWhiteboardModalVisible: (visible: boolean) => console.log('Modal visibility updated:', visible), isConfigureWhiteboardModalVisible: false,}launchConfigureWhiteboard(options)
Toggles the visibility of the configure whiteboard modal.