Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOverlayWidget

An overlay widgets renders on top of the text.

Hierarchy

  • IOverlayWidget

Index

Methods

getDomNode

  • getDomNode(): HTMLElement
  • Get the dom node of the overlay widget.

    Returns HTMLElement

getId

  • getId(): string
  • Get a unique identifier of the overlay widget.

    Returns string

getPosition

  • Get the placement of the overlay widget. If null is returned, the overlay widget is responsible to place itself.

    Returns IOverlayWidgetPosition | null

Generated using TypeDoc