Class Marker

A marker containing some HTML content.

Hierarchy

  • Marker

Accessors

Methods

Accessors

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

    Returns null | HTMLDivElement

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

    Returns null | 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