Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseRefreshOnResizeOptions

Hierarchy

Index

Properties

Optional containerRef

containerRef: RefObject<HTMLElement>

Container the overlay will be rendered in. If set, all returned overlay positions will be relative to this container.

Optional refreshOnResize

refreshOnResize: boolean

Whether to refresh the cursor overlay positions on container resize.

default

true

selectionRectCache

selectionRectCache: MutableRefObject<WeakMap<BaseRange, SelectionRect[]>>

Generated using TypeDoc