Class GutterKeyboardHandler
Properties
activeLane
activeLane: string
activeRowIndex
activeRowIndex: any
gutterLayer
gutterLayer: any
Methods
$blurAnnotation
- $blurAnnotation(index): void
Returns void
$blurFoldWidget
- $blurFoldWidget(index): void
Returns void
$blurGutter
- $blurGutter(): void
Returns void
$findNearestAnnotation
- $findNearestAnnotation(index): any
Returns any
$findNearestFoldWidget
- $findNearestFoldWidget(index): any
Returns any
$focusAnnotation
- $focusAnnotation(index): void
Returns void
$focusFoldWidget
- $focusFoldWidget(index): void
Returns void
$getAnnotation
- $getAnnotation(index): any
Returns any
$getFoldWidget
- $getFoldWidget(index): any
Returns any
$handleGutterKeyboardInteraction
- $handleGutterKeyboardInteraction(e): void
Returns void
$isAnnotationVisible
- $isAnnotationVisible(index): boolean
Returns boolean
$isFoldWidgetVisible
- $isFoldWidgetVisible(index): boolean
Returns boolean
$moveAnnotationDown
- $moveAnnotationDown(): void
Returns void
$moveAnnotationUp
- $moveAnnotationUp(): void
Returns void
$moveFoldWidgetDown
- $moveFoldWidgetDown(): void
Returns void
$moveFoldWidgetUp
- $moveFoldWidgetUp(): void
Returns void
$onGutterKeyDown
- $onGutterKeyDown(e): void
Returns void
$rowIndexToRow
- $rowIndexToRow(index): any
Returns any
$rowToRowIndex
- $rowToRowIndex(row): number
Returns number
$switchLane
- $switchLane(desinationLane): void
Returns void
addListener
- addListener(): void
Returns void
removeListener
- removeListener(): void
Returns void