LaunchConfigureWhiteboardOptions

data class LaunchConfigureWhiteboardOptions(val updateIsConfigureWhiteboardModalVisible: (Boolean) -> Unit, val isConfigureWhiteboardModalVisible: Boolean)

Options for launching the configure whiteboard modal.

Constructors

Link copied to clipboard
constructor(updateIsConfigureWhiteboardModalVisible: (Boolean) -> Unit, isConfigureWhiteboardModalVisible: Boolean)

Properties

Link copied to clipboard

Current visibility state of the configure whiteboard modal

Link copied to clipboard

Function to update the visibility state of the configure whiteboard modal