Interface IGlyphMarginWidgetPosition

A position for rendering glyph margin widgets.

interface IGlyphMarginWidgetPosition {
    lane: GlyphMarginLane;
    range: IRange;
    zIndex: number;
}

Properties

Properties

The glyph margin lane where the widget should be shown.

range: IRange

The editor range that this widget applies to.

zIndex: number

The priority order of the widget, used for determining which widget to render when there are multiple.