Skip to content

getFrameDomConstructor

Unofficial

Get the FrameDom constructor.

Import:

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

Signature:

function getFrameDomConstructor(): ConstructorBase<[electronWindow: ElectronBrowserWindow, win: Window], FrameDom>

Returns: ConstructorBase<[electronWindow: ElectronBrowserWindow, win: Window], FrameDom> — The FrameDom constructor.


Links to this page: