ElectronFrameCreatedDetails
Unofficial
Details about a newly created frame.
Import:
import type { ElectronFrameCreatedDetails } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronFrameCreatedDetailsProperties
| Property | Type | Description | |
|---|---|---|---|
| frame | ElectronWebFrameMain | The frame that was created. |