Skip to content

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:

ParameterTypeDescription
appAppThe app instance.

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


Links to this page: