Skip to content

ElectronFrameCreatedDetails

Unofficial

Details about a newly created frame.

Import:

import type { ElectronFrameCreatedDetails } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronFrameCreatedDetails

Properties

Property Type Description
frame ElectronWebFrameMain The frame that was created.