TldrawUiContextProviderProps
Table of contents
interface TldrawUiContextProviderProps {}
Properties
Urls for where to find fonts and other assets for the UI.
assetUrls?: RecursivePartial<TLUiAssetUrls>
The component's children.
children?: ReactNode
Overrides for the UI components.
components?: TLUiComponents
Whether to always should the mobile breakpoints.
forceMobile?: boolean
Callback for when an event occurs in the UI.
onUiEvent?: TLUiEventHandler
Overrides for the UI.
overrides?: TLUiOverrides | TLUiOverrides[]