Interface IGlyphMarginWidget

A glyph margin widget renders in the editor glyph margin.

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

Methods

  • Get the dom node of the glyph widget.

    Returns HTMLElement

  • Get a unique identifier of the glyph widget.

    Returns string