TLEditorComponents
Table of contents
- Background
- Brush
- Canvas
- CollaboratorBrush
- CollaboratorCursor
- CollaboratorHint
- CollaboratorScribble
- CollaboratorShapeIndicator
- Cursor
- ErrorFallback
- Grid
- Handle
- Handles
- InFrontOfTheCanvas
- LoadingScreen
- OnTheCanvas
- Overlays
- Scribble
- SelectionBackground
- SelectionForeground
- ShapeErrorFallback
- ShapeIndicator
- ShapeIndicatorErrorFallback
- ShapeIndicators
- ShapeWrapper
- SnapIndicator
- Spinner
- SvgDefs
- ZoomBrush
- Properties
interface TLEditorComponents {}Properties
Background
optional
Background?: ComponentType | null;Brush
optional
Brush?: ComponentType<TLBrushProps> | null;Canvas
optional
Canvas?: ComponentType<TLCanvasComponentProps> | null;CollaboratorBrush
optional
CollaboratorBrush?: ComponentType<TLBrushProps> | null;CollaboratorCursor
optional
CollaboratorCursor?: ComponentType<TLCursorProps> | null;CollaboratorHint
optional
CollaboratorHint?: ComponentType<TLCollaboratorHintProps> | null;CollaboratorScribble
optional
CollaboratorScribble?: ComponentType<TLScribbleProps> | null;CollaboratorShapeIndicator
optional
CollaboratorShapeIndicator?: ComponentType<TLShapeIndicatorProps> | null;Cursor
optional
Cursor?: ComponentType<TLCursorProps> | null;ErrorFallback
optional
ErrorFallback?: TLErrorFallbackComponent;Grid
optional
Grid?: ComponentType<TLGridProps> | null;Handle
optional
Handle?: ComponentType<TLHandleProps> | null;Handles
optional
Handles?: ComponentType<TLHandlesProps> | null;InFrontOfTheCanvas
optional
InFrontOfTheCanvas?: ComponentType | null;LoadingScreen
optional
LoadingScreen?: ComponentType | null;OnTheCanvas
optional
OnTheCanvas?: ComponentType | null;Overlays
optional
Overlays?: ComponentType | null;Scribble
optional
Scribble?: ComponentType<TLScribbleProps> | null;SelectionBackground
optional
SelectionBackground?: ComponentType<TLSelectionBackgroundProps> | null;SelectionForeground
optional
SelectionForeground?: ComponentType<TLSelectionForegroundProps> | null;ShapeErrorFallback
optional
ShapeErrorFallback?: TLShapeErrorFallbackComponent;ShapeIndicator
optional
ShapeIndicator?: ComponentType<TLShapeIndicatorProps> | null;ShapeIndicatorErrorFallback
optional
ShapeIndicatorErrorFallback?: TLShapeIndicatorErrorFallbackComponent;ShapeIndicators
optional
ShapeIndicators?: ComponentType | null;ShapeWrapper
optional
ShapeWrapper?: ComponentType<
TLShapeWrapperProps & RefAttributes<HTMLDivElement>
> | null;SnapIndicator
optional
SnapIndicator?: ComponentType<TLSnapIndicatorProps> | null;Spinner
optional
Spinner?: ComponentType<React.SVGProps<SVGSVGElement>> | null;SvgDefs
optional
SvgDefs?: ComponentType | null;ZoomBrush
optional
ZoomBrush?: ComponentType<TLBrushProps> | null;Prev
TLDropShapesOverInfoNext
TLEditorOptions