only allow updating color

This commit is contained in:
meganrogge
2022-03-16 15:36:03 -04:00
parent 12efc1a455
commit f92d1f46a6
+1 -1
View File
@@ -444,7 +444,7 @@ declare module 'xterm' {
* This will only take effect when @param overviewRulerOptions
* were provided initially.
*/
overviewRulerOptions?: IDecorationOverviewRulerOptions;
overviewRulerOptions?: Pick<IDecorationOverviewRulerOptions, 'color'>;
}