ImportedAttachment
Unofficial
Imported attachment.
Import:
import type { ImportedAttachment } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ImportedAttachmentProperties
| Property | Type | Description | |
|---|---|---|---|
| data | Promise<ArrayBuffer> | Promise that resolves to the attachment file content. | |
| extension | string | An attachment file extension. | |
| filepath | string | An attachment file path. | |
| name | string | An attachment file name. |