Interface AttachmentFormData

interface AttachmentFormData {
    label: string;
    options: AttachmentDialogOptions;
    pageModel?: {
        id?: string;
        type: string;
    };
    title: string;
}

Properties

label: string
pageModel?: {
    id?: string;
    type: string;
}
title: string