x4js - v2.2.49
    Preparing search index...

    A position for rendering glyph margin widgets.

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

    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.