getDataAdapterEx
Unofficial
Get the instance of the current DataAdapterEx.
Import:
import { getDataAdapterEx } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getDataAdapterEx(app: App): DataAdapterExParameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The application instance. |
Returns: DataAdapterEx — The data adapter extension.