Skip to content

ImportedAttachment

Unofficial

Imported attachment.

Import:

import type { ImportedAttachment } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ImportedAttachment

Properties

PropertyTypeDescription
dataPromise<ArrayBuffer>Promise that resolves to the attachment file content.
extensionstringAn attachment file extension.
filepathstringAn attachment file path.
namestringAn attachment file name.