x4js - v2.2.49
    Preparing search index...

    A glyph margin widget renders in the editor glyph margin.

    interface IGlyphMarginWidget {
        getDomNode(): HTMLElement;
        getId(): string;
        getPosition(): IGlyphMarginWidgetPosition;
    }
    Index