The container element for this marker. This element's position is automatically updated.
Returns HTMLDivElement
contentEl
get contentEl(): HTMLDivElement
The content that was provided when creating this marker.
Returns HTMLDivElement
id
get id(): string
A generated ID for this marker.
Returns string
Methods
update
update(): void
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.
A marker containing some HTML content.