hardReset
Public function
Clear the database of all data associated with tldraw.
Signature
function hardReset({
shouldReload,
}?: {
shouldReload?: boolean | undefined
}): Promise<void>
Parameters
| Name | Description |
|---|---|
| |
Returns
Promise<void>
Source

