@icomedias/hybridforms-js
    Preparing search index...

    Interface FormBinaryContent

    interface FormBinaryContent {
        content?: string;
        contentFilename?: string;
        filename?: string;
        hideInPDF?: boolean;
        id?: string;
        operation?: "create" | "update" | "delete";
        readonly?: boolean;
        remark?: string;
    }
    Index

    Properties

    content?: string
    contentFilename?: string
    filename?: string
    hideInPDF?: boolean
    id?: string
    operation?: "create" | "update" | "delete"
    readonly?: boolean
    remark?: string