TLOverlayEntry

See source code
Table of contents

An active overlay util paired with the overlays it produced for the current editor state. Returned by OverlayManager.getActiveOverlayEntries so hit-test, render, and debug paths share a single scan per reactive tick.

interface TLOverlayEntry {}

Properties

overlays

overlays: TLOverlay[];

util

util: OverlayUtil;

Prev
TLOverlay
Next
TLOverlayUtilConstructor