Interface IGlyphMarginWidget

Expand description

A glyph margin widget renders in the editor glyph margin.

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

Methods§

§

getDomNode(): HTMLElement

Get the dom node of the glyph widget.

§

getId(): string

Get a unique identifier of the glyph widget.

§

getPosition(): IGlyphMarginWidgetPosition

Get the placement of the glyph widget.