Skip to content

getShareReceiverConstructor

Unofficial

Get the ShareReceiver constructor.

Import:

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

Signature:

function getShareReceiverConstructor(app: App): ConstructorBase<[app: App], ShareReceiver>

Parameters:

ParameterTypeDescription
appAppThe app instance.

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


Links to this page: