Interface IGlyphMarginWidgetPosition
Expand description
interface IGlyphMarginWidgetPosition {
lane: GlyphMarginLane;
range: IRange;
zIndex: number;
}Properties§
§§§
lane: GlyphMarginLaneThe glyph margin lane where the widget should be shown.
range: IRangeThe editor range that this widget applies to.
z Index: numberThe priority order of the widget, used for determining which widget to render when there are multiple.
A position for rendering glyph margin widgets.