ExperimentalDisplays a custom widget for a specific row
The row number where the widget will be displayed
Configuration attributes for the widget
Event callback functions for the widget e.g onClick;
CSS class name for styling the widget
Text label to display in the widget
Tooltip text for the widget
Gutter cell
ExperimentalRetrieves the gutter cell element at the specified cursor row position.
The row number in the editor where the gutter cell is located starts from 0
The gutter cell element at the specified row, or undefined if not found
ExperimentalHides the fold widget/icon from a specific row in the gutter
The row number from which to hide the fold icon
Gutter cell
ExperimentalRemove a custom widget for a specific row
The row number where the widget will be removed
Gutter cell
ExperimentalShows the fold widget/icon from a specific row in the gutter
The row number from which to show the fold icon
Gutter cell
Optionalshow: boolean
@type{GutterRenderer}