TLEditorComponents

See source code
Table of contents
interface TLEditorComponents {}

Properties

Background

optional
Background?: ComponentType | null;

Canvas

optional
Canvas?: ComponentType<TLCanvasComponentProps> | null;

ErrorFallback

optional
ErrorFallback?: TLErrorFallbackComponent;

Grid

optional
Grid?: ComponentType<TLGridProps> | null;

InFrontOfTheCanvas

optional
InFrontOfTheCanvas?: ComponentType | null;

LoadingScreen

optional
LoadingScreen?: ComponentType | null;

OnTheCanvas

optional
OnTheCanvas?: ComponentType | null;

SelectionBackground

optional
SelectionBackground?: ComponentType<TLSelectionBackgroundProps> | null;

ShapeErrorFallback

optional
ShapeErrorFallback?: TLShapeErrorFallbackComponent;

ShapeWrapper

optional
ShapeWrapper?: ComponentType<
  TLShapeWrapperProps & RefAttributes<HTMLDivElement>
> | null;

Spinner

optional
Spinner?: ComponentType<React.SVGProps<SVGSVGElement>> | null;

SvgDefs

optional
SvgDefs?: ComponentType | null;

Prev
TLDropShapesOverInfo
Next
TLEditorOptions