Interface DetailSelectPropertyEditor

詳細・編集画面のSelectPropertyEditor

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

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

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

表示タイプ

itemDirectionInline: boolean

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

placeholder?: string

プレースホルダ

propertyName: string

プロパティ名

type: string

エディタの種類

values: EditorValue[]

Selectの場合の選択肢