mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
only allow updating color
This commit is contained in:
Vendored
+1
-1
@@ -444,7 +444,7 @@ declare module 'xterm' {
|
||||
* This will only take effect when @param overviewRulerOptions
|
||||
* were provided initially.
|
||||
*/
|
||||
overviewRulerOptions?: IDecorationOverviewRulerOptions;
|
||||
overviewRulerOptions?: Pick<IDecorationOverviewRulerOptions, 'color'>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user