summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMykola Mokhnach <mokhnach@gmail.com>2019-01-18 19:36:23 +0100
committerMykola Mokhnach <mokhnach@gmail.com>2019-01-18 19:36:23 +0100
commitd7791ebbcdbde94fd526d9748243379ee651eede (patch)
treeafe6e3c2f8a3e682ebcc239e939550e441824221 /docs
parent823daa80020b5c7b8429ef461a3cc6aa25ec2937 (diff)
downloadnovnc-d7791ebbcdbde94fd526d9748243379ee651eede.tar.gz
Make the screen background cutomizable
Diffstat (limited to 'docs')
-rw-r--r--docs/API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/API.md b/docs/API.md
index ae7fb66..d587429 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -58,6 +58,12 @@ protocol stream.
instead of a zero-sized or fully-transparent cursor if the server
sets such invisible cursor. Disabled by default.
+`background`
+ - Is a valid CSS [background](https://developer.mozilla.org/en-US/docs/Web/CSS/background)
+ style value indicating which background style should be applied
+ to the element containing the remote session screen. The default value is `rgb(40, 40, 40)`
+ (solid gray color).
+
`capabilities` *Read only*
- Is an `Object` indicating which optional extensions are available
on the server. Some methods may only be called if the corresponding