Interface DetailSelectPropertyEditor

詳細・編集画面のSelectPropertyEditor

interface DetailSelectPropertyEditor {
    chipColors?: ChipColorValuePair[];
    customStyle?: string;
    displayType: "LABEL" | "HIDDEN" | "CHECKBOX" | "SELECT";
    itemDirectionInline: boolean;
    placeholder?: string;
    showAsChipViewMode: boolean;
    type: string;
    values: EditorValue[];
}

Hierarchy (View Summary)

Properties

chipColors?: ChipColorValuePair[]

Chipカラー

customStyle?: string

カスタムスタイル

displayType: "LABEL" | "HIDDEN" | "CHECKBOX" | "SELECT"

表示タイプ

itemDirectionInline: boolean

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

placeholder?: string

プレースホルダ

showAsChipViewMode: boolean

詳細画面がChipタイプで表示されるか

type: string

エディタの種類

values: EditorValue[]

Selectの場合の選択肢