Interface DetailBooleanPropertyEditor

詳細・編集画面のBooleanPropertyEditor

interface DetailBooleanPropertyEditor {
    customStyle?: string;
    defaultFalseLabel: string;
    defaultTrueLabel: string;
    displayType: "LABEL" | "HIDDEN" | "RADIO" | "CHECKBOX" | "SELECT" | "SWITCH";
    itemDirectionInline: boolean;
    labelValues?: BooleanLabelValue[];
    placeholder?: string;
    propertyName: string;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

defaultFalseLabel: string

デフォルトの偽の表示ラベル

defaultTrueLabel: string

デフォルトの真の表示ラベル

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

表示タイプ

itemDirectionInline: boolean

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

labelValues?: BooleanLabelValue[]

真偽値のラベル

placeholder?: string

プレースホルダ

propertyName: string

プロパティ名

type: string

エディタの種類