型・APIリファレンス
    Preparing search index...

    Interface UploadCondition

    アップロード条件

    interface UploadCondition {
        fileSupportType?: string;
        ignoreNotExistsProperty: boolean;
        targetDataSpecify?: string;
        uniqueKey?: string;
        uploadFile?: File;
    }
    Index

    Properties

    fileSupportType?: string

    ファイルタイプ設定

    ignoreNotExistsProperty: boolean

    未定義プロパティを無視するかどうか

    targetDataSpecify?: string

    保存時のデータを更新対象

    uniqueKey?: string

    ユニークキー

    uploadFile?: File

    アップロードファイル