From 54253efaa01b622a3faef97a5f6450f6160ac26e Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Tue, 23 Jul 2019 16:07:17 +0200 Subject: [PATCH] Add documentation for the option showDotCursor This is not only a property, it's also a parameter to the constructor. --- kasmweb/docs/API.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kasmweb/docs/API.md b/kasmweb/docs/API.md index aa6337f..05c6122 100644 --- a/kasmweb/docs/API.md +++ b/kasmweb/docs/API.md @@ -187,6 +187,11 @@ connection to a specified VNC server. - A `DOMString` specifying the ID to provide to any VNC repeater encountered. + `showDotCursor` + - A `boolean` indicating whether a dot cursor should be shown + instead of a zero-sized or fully-transparent cursor if the + server sets such invisible cursor. Disabled by default. + `wsProtocols` - An `Array` of `DOMString`s specifying the sub-protocols to use in the WebSocket connection. Empty by default.