TLComponents
Table of contents
- ActionsMenu
- Background
- Brush
- Canvas
- CollaboratorBrush
- CollaboratorCursor
- CollaboratorHint
- CollaboratorScribble
- CollaboratorShapeIndicator
- ContextMenu
- Cursor
- CursorChatBubble
- DebugMenu
- DebugPanel
- ErrorFallback
- Grid
- Handle
- Handles
- HelperButtons
- HelpMenu
- InFrontOfTheCanvas
- KeyboardShortcutsDialog
- LoadingScreen
- MainMenu
- MenuPanel
- Minimap
- NavigationPanel
- OnTheCanvas
- PageMenu
- QuickActions
- Scribble
- SelectionBackground
- SelectionForeground
- ShapeErrorFallback
- ShapeIndicator
- ShapeIndicatorErrorFallback
- ShapeIndicators
- SharePanel
- SnapIndicator
- Spinner
- StylePanel
- SvgDefs
- Toolbar
- TopPanel
- ZoomBrush
- ZoomMenu
- Properties
Extends TLEditorComponents, TLUiComponents.
interface TLComponents extends TLEditorComponents, TLUiComponents {}
Properties
from
TLUiComponentsActionsMenu?: ComponentType<TLUiActionsMenuProps> | null
from
TLEditorComponentsBackground?: ComponentType | null
from
TLEditorComponentsBrush?: ComponentType<TLBrushProps> | null
from
TLEditorComponentsCanvas?: ComponentType<TLCanvasComponentProps> | null
from
TLEditorComponentsCollaboratorBrush?: ComponentType<TLBrushProps> | null
from
TLEditorComponentsCollaboratorCursor?: ComponentType<TLCursorProps> | null
from
TLEditorComponentsCollaboratorHint?: ComponentType<TLCollaboratorHintProps> | null
from
TLEditorComponentsCollaboratorScribble?: ComponentType<TLScribbleProps> | null
from
TLEditorComponentsCollaboratorShapeIndicator?: ComponentType<TLShapeIndicatorProps> | null
from
TLUiComponentsContextMenu?: ComponentType<TLUiContextMenuProps> | null
from
TLEditorComponentsCursor?: ComponentType<TLCursorProps> | null
from
TLUiComponentsCursorChatBubble?: ComponentType | null
from
TLUiComponentsDebugMenu?: ComponentType | null
from
TLUiComponentsDebugPanel?: ComponentType | null
from
TLEditorComponentsErrorFallback?: TLErrorFallbackComponent
from
TLEditorComponentsGrid?: ComponentType<TLGridProps> | null
from
TLEditorComponentsHandle?: ComponentType<TLHandleProps> | null
from
TLEditorComponentsHandles?: ComponentType<TLHandlesProps> | null
from
TLUiComponentsHelperButtons?: ComponentType<TLUiHelperButtonsProps> | null
from
TLUiComponentsHelpMenu?: ComponentType<TLUiHelpMenuProps> | null
from
TLEditorComponentsInFrontOfTheCanvas?: ComponentType | null
from
TLUiComponentsKeyboardShortcutsDialog?: ComponentType<TLUiKeyboardShortcutsDialogProps> | null
from
TLEditorComponentsLoadingScreen?: ComponentType | null
from
TLUiComponentsMainMenu?: ComponentType<TLUiMainMenuProps> | null
from
TLUiComponentsMenuPanel?: ComponentType | null
from
TLUiComponentsMinimap?: ComponentType | null
from
TLUiComponentsNavigationPanel?: ComponentType | null
from
TLEditorComponentsOnTheCanvas?: ComponentType | null
from
TLUiComponentsPageMenu?: ComponentType | null
from
TLUiComponentsQuickActions?: ComponentType<TLUiQuickActionsProps> | null
from
TLEditorComponentsScribble?: ComponentType<TLScribbleProps> | null
from
TLEditorComponentsSelectionBackground?: ComponentType<TLSelectionBackgroundProps> | null
from
TLEditorComponentsSelectionForeground?: ComponentType<TLSelectionForegroundProps> | null
from
TLEditorComponentsShapeErrorFallback?: TLShapeErrorFallbackComponent
from
TLEditorComponentsShapeIndicator?: ComponentType<TLShapeIndicatorProps> | null
from
TLEditorComponentsShapeIndicatorErrorFallback?: TLShapeIndicatorErrorFallbackComponent
from
TLEditorComponentsShapeIndicators?: ComponentType | null
from
TLUiComponentsSharePanel?: ComponentType | null
from
TLEditorComponentsSnapIndicator?: ComponentType<TLSnapIndicatorProps> | null
from
TLEditorComponentsSpinner?: ComponentType | null
from
TLUiComponentsStylePanel?: ComponentType<TLUiStylePanelProps> | null
from
TLEditorComponentsSvgDefs?: ComponentType | null
from
TLUiComponentsToolbar?: ComponentType | null
from
TLUiComponentsTopPanel?: ComponentType | null
from
TLEditorComponentsZoomBrush?: ComponentType<TLBrushProps> | null
from
TLUiComponentsZoomMenu?: ComponentType<TLUiZoomMenuProps> | null

