Interface: IOverviewRulerOptions
Hierarchy
- IOverviewRulerOptions
Index
Properties
Properties
Optional showBottomBorder
• showBottomBorder? : boolean
Defined in xterm.d.ts:650
Whether to show the bottom border of the overview ruler, which uses the ITheme.overviewRulerBorder color.
Optional showTopBorder
• showTopBorder? : boolean
Defined in xterm.d.ts:644
Whether to show the top border of the overview ruler, which uses the ITheme.overviewRulerBorder color.
Optional width
• width? : number
Defined in xterm.d.ts:638
When defined, renders decorations in the overview ruler to the right of the terminal. This must be set in order to see the overview ruler.
param The color of the decoration.
param The position of the decoration.