<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`LivePreviewStateType`](LivePreviewStateType)
## LivePreviewStateType interface
The object stored in the view plugin [livePreviewState](livePreviewState)
**Signature:**
```typescript
export interface LivePreviewStateType
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`mousedown`](LivePreviewStateType/mousedown) | | <code>boolean</code> | True if the left mouse is currently held down in the editor (for example, when drag-to-select text). |