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

    Represents information about an attachment.

    interface AttachmentInfo {
        name: string;
        type: string;
        views: AttachmentView[];
    }
    Index

    Properties

    Properties

    name: string

    The name of the attachment.

    type: string

    The type of the attachment.

    The views of the attachment.