Interface AttachmentGroup

Group of attachments for a single parent feature.

interface AttachmentGroup {
    attachments: readonly AttachmentInfo[];
    parentId: FeatureId;
}

Properties

attachments: readonly AttachmentInfo[]
parentId: FeatureId