Skip to content

useApp

A hook to use the app context.

Import:

import { useApp } from 'obsidian-dev-utils/obsidian/react/app-context';

Signature:

function useApp(): App

Returns: App — The app instance.