Skip to content

getDataAdapterEx

Unofficial

Get the instance of the current DataAdapterEx.

Import:

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

Signature:

function getDataAdapterEx(app: App): DataAdapterEx

Parameters:

ParameterTypeDescription
appAppThe application instance.

Returns: DataAdapterEx — The data adapter extension.