Sync xterm-headless.d.ts

This commit is contained in:
Daniel Imms
2022-12-11 11:36:32 -08:00
parent 2bd3869547
commit c118f04187
+2 -7
View File
@@ -537,11 +537,6 @@ declare module 'xterm-headless' {
* ```typescript
* console.log(terminal.options.fontSize);
* ```
*/
get options(): Required<ITerminalOptions>;
/**
* Gets or sets the terminal options. This supports setting multiple options.
*
* @example Set a single option
* ```typescript
@@ -552,11 +547,11 @@ declare module 'xterm-headless' {
* ```typescript
* terminal.options = {
* fontSize: 12,
* fontFamily: 'Arial',
* fontFamily: 'Courier New',
* };
* ```
*/
set options(options: ITerminalOptions);
options: ITerminalOptions;
/**
* Natural language strings that can be localized.