Skip to content

getSecretStorageConstructor

Unofficial

Get the obsidian#SecretStorage constructor.

Import:

import { getSecretStorageConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getSecretStorageConstructor(): ConstructorBase<[app: App], SecretStorage>

Returns: ConstructorBase<[app: App], SecretStorage> — The obsidian#SecretStorage constructor.


Links to this page: