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

    Represents a view of an attachment.

    interface AttachmentView {
        size: number;
        viewId: string;
    }
    Index

    Properties

    Properties

    size: number

    The size of the view.

    viewId: string

    The ID of the view.