Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents an attachment.

    interface Attachment {
        content?: unknown;
        contentType: string;
        contentUrl?: string;
        name?: string;
        thumbnailUrl?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content?: unknown

    The content of the attachment.

    contentType: string

    The MIME type of the attachment content.

    contentUrl?: string

    The URL of the attachment content.

    name?: string

    The name of the attachment.

    thumbnailUrl?: string

    The URL of the thumbnail for the attachment.