Ditto JS SDK v5.0.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
    type: "Completed"