Interface IModelDecorationGlyphMarginOptions

interface IModelDecorationGlyphMarginOptions {
    persistLane?: boolean;
    position: GlyphMarginLane;
}

Properties

persistLane?: boolean

Whether the glyph margin lane in position should be rendered even outside of this decoration's range.

position: GlyphMarginLane

The position in the glyph margin.