Interface BulkBinaryPropertyEditor

一括更新画面のBinaryPropertyEditor

interface BulkBinaryPropertyEditor {
    acceptType: string;
    customStyle?: string;
    displayType: "LINK";
    downloadActionName: string;
    hideDeleteButton: boolean;
    hideSelectButton: boolean;
    placeholder?: string;
    type: string;
    uploadWebApiName: string;
}

Hierarchy (View Summary)

Properties

acceptType: string

許可するファイル型

customStyle?: string

カスタムスタイル

displayType: "LINK"

表示タイプ

downloadActionName: string

ダウンロードアクション名

hideDeleteButton: boolean

削除ボタンを非表示する

hideSelectButton: boolean

ファイル選択ボタンを非表示する

placeholder?: string

プレースホルダ

type: string

エディタの種類

uploadWebApiName: string

アップロードWebApi名