Type alias: RectData

RectData: Pick<DOMRect, "height" | "width" | "top" | "left">

Describes the boundaries of the current selection so that the link dialog can position itself accordingly.