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