getDragManagerConstructor
Unofficial
Get the DragManager constructor.
Import:
import { getDragManagerConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getDragManagerConstructor(app: App): ConstructorBase<[app: App], DragManager>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app instance. |
Returns: ConstructorBase<[app: App], DragManager> — The DragManager constructor.
Links to this page: