Interface BulkSelectPropertyEditor

一括更新画面のSelectPropertyEditor

interface BulkSelectPropertyEditor {
    customStyle?: string;
    displayType: "CHECKBOX" | "SELECT";
    itemDirectionInline: boolean;
    placeholder?: string;
    type: string;
    values: EditorValue[];
}

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

displayType: "CHECKBOX" | "SELECT"

表示タイプ

itemDirectionInline: boolean

CHECKBOX形式の場合にアイテムを横に並べるか?

placeholder?: string

プレースホルダ

type: string

エディタの種類

values: EditorValue[]

Selectの場合の選択肢