tweak jsdoc

This commit is contained in:
meganrogge
2022-03-16 15:55:15 -04:00
parent f92d1f46a6
commit 6899f9dc4d
+3 -3
View File
@@ -434,15 +434,15 @@ declare module 'xterm' {
/**
* The element that the decoration is rendered to. This will be undefined
* until it is rendered for the first time by @{link IDecoration.onRender}.
* until it is rendered for the first time by {@link IDecoration.onRender}.
* that.
*/
element: HTMLElement | undefined;
/**
* The options for the overview ruler that can be updated.
* This will only take effect when @param overviewRulerOptions
* were provided initially.
* This will only take effect when
* @param overviewRulerOptions were provided initially.
*/
overviewRulerOptions?: Pick<IDecorationOverviewRulerOptions, 'color'>;
}