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