Properties that can be passed to the constructor of data/Attachment!Attachment.

interface AttachmentProperties {
    contentType?: string;
    id?: string;
    size?: number;
    title?: string;
    url?: string;
}

Hierarchy (view full)

Properties

contentType?: string
id?: string

The unique ID to assign to the entity. If not specified, one will be generated.

size?: number
title?: string
url?: string