TldrawUi
See source codeTable of contents
Properties
Extends TLUiContextProviderProps
.
assetUrls
optional
Asset URL override.
assetUrls?: TLUiAssetUrlOverrides
children
optional
The component's children.
children?: ReactNode
components
optional
Overrides for the UI components.
components?: TLUiComponents
forceMobile
optional
Whether to always should the mobile breakpoints.
forceMobile?: boolean
hideUi
optional
Whether to hide the user interface and only display the canvas.
hideUi?: boolean
mediaMimeTypes
optional
Supported mime types for media files.
mediaMimeTypes?: string[]
onUiEvent
optional
Callback for when an event occurs in the UI.
onUiEvent?: TLUiEventHandler
overrides
optional
Overrides for the UI.
overrides?: TLUiOverrides | TLUiOverrides[]
renderDebugMenuItems
optional
Additional items to add to the debug menu (will be deprecated)
Prev
TldrawShapeIndicatorsNext
TldrawUiButton