Update typings/xterm.d.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
Megan Rogge
2022-03-15 14:57:34 -04:00
committed by GitHub
co-authored by Daniel Imms
parent 21263a5f60
commit a93f81c270
+2 -2
View File
@@ -432,8 +432,8 @@ declare module 'xterm' {
readonly onRender: IEvent<HTMLElement>;
/**
* The HTMLElement that gets created or drawn to (for scrollbar decorations)
* after the first _onRender call, or undefined if accessed before
* The element that the decoration is rendered to. This will be undefined
* until it is rendered for the first time by @{link IDecoration.onRender}.
* that.
*/
element: HTMLElement | undefined;