closeWhiteboard()
closeWhiteboard(id?: string)
Closes the concrete whiteboard. If no id is specified, it just closes the current opened one.
If the whiteboard is already closed, then nothing will happen.
Sample use case: You may have a button in your application to control the whiteboard visibility.
Used in conjunction with openWhiteboard().
Last updated