Properties
$annotations
$annotations: any[]
$cursorCell
$cursorCell: any
$cursorRow
$cursorRow: any
$fixedWidth
$fixedWidth: boolean
$highlightGutterLine
$highlightGutterLine: boolean
$renderer
$renderer: string | {
getText: (() => string);
getWidth: (() => number);
}
Type declaration
getText: (() => string)
getWidth: (() => number)
$showFoldWidgets
$showFoldWidgets: boolean
$showLineNumbers
$showLineNumbers: boolean
config
config: LayerConfig
element
element: HTMLDivElement
gutterWidth
gutterWidth: number
oldLastRow
oldLastRow: number
session
session: EditSession