x4js - v2.2.49
    Preparing search index...

    An overlay widgets renders on top of the text.

    interface IOverlayWidget {
        allowEditorOverflow?: boolean;
        onDidLayout?: IEvent<void>;
        getDomNode(): HTMLElement;
        getId(): string;
        getMinContentWidthInPx?(): number;
        getPosition(): IOverlayWidgetPosition;
    }
    Index
    allowEditorOverflow?: boolean

    Render this overlay widget in a location where it could overflow the editor's view dom node.

    onDidLayout?: IEvent<void>

    Event fired when the widget layout changes.