TLSelectionForegroundOverlay
Table of contents
Extends TLOverlay.
interface TLSelectionForegroundOverlay extends TLOverlay {}Properties
id
from TLOverlay
Globally unique id for this overlay instance across all overlay utils. Hit-test and hover lookup key on id alone, so utils must namespace their ids (e.g. 'selection_fg:top_left', 'handle:<shapeId>:<handleId>') to avoid colliding with overlays from other utils.
id: string;props
props: {
handle: RotateCorner | TLSelectionHandle;
overlayType: "mobile_rotate" | "resize_handle" | "rotate_handle";
};type
from TLOverlay
The overlay util type that owns this instance
type: string;Prev
TLScribbleOverlayNext
TLShapeHandleOverlay