Ditto JS SDK v5.1.0
    Preparing search index...

    Type Alias AttachmentFetchEventCompleted

    An attachment fetch event used when the attachment's download has completed.

    type AttachmentFetchEventCompleted = {
        attachment: Attachment;
        type: "Completed";
    }
    Index

    Properties

    Properties

    attachment: Attachment

    The attachment that completed downloading.

    type: "Completed"

    Identifies this as a completed attachment fetch event.