Skip to content

getDragManagerConstructor

Unofficial

Get the DragManager constructor.

Import:

import { getDragManagerConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getDragManagerConstructor(app: App): ConstructorBase<[app: App], DragManager>

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: ConstructorBase<[app: App], DragManager> — The DragManager constructor.


Links to this page: