Class Marker

A marker containing some HTML content.

Hierarchy

  • Marker

Constructors

Accessors

Methods

Constructors

  • Parameters

    • internalMarker: InternalMarker

    Returns Marker

Accessors

  • get containerEl(): HTMLDivElement
  • The container element for this marker. This element's position is automatically updated.

    Returns HTMLDivElement

  • get contentEl(): HTMLDivElement
  • The content that was provided when creating this marker.

    Returns HTMLDivElement

  • get id(): string
  • A generated ID for this marker.

    Returns string

Methods

  • Force an update on the Marker. Call this if the contents of the Marker have changed since it was created. Otherwise, the Marker may still collide as if it were the original size.

    Returns void