Add screenReaderMode to typings

This commit is contained in:
Daniel Imms
2018-01-03 09:28:24 -08:00
parent 8cb7a9dabe
commit 17964a517c
+7
View File
@@ -72,6 +72,13 @@ declare module 'xterm' {
*/
rows?: number;
/**
* Whether screen reader support is enabled. When on this will expose
* supporting elements in the DOM to support NVDA on Windows and VoiceOver
* on macOS.
*/
screenReaderMode?: boolean;
/**
* The amount of scrollback in the terminal. Scrollback is the amount of rows
* that are retained when lines are scrolled beyond the initial viewport.