Interface DetailBooleanPropertyEditor

詳細・編集画面のBooleanPropertyEditor

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

Hierarchy (View Summary)

Properties

chipColors?: BooleanChipColorValue[]

Boolean型の真偽値のChipカラー

customStyle?: string

カスタムスタイル

defaultFalseLabel: string

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

defaultTrueLabel: string

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

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

表示タイプ

itemDirectionInline: boolean

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

labelValues?: BooleanLabelValue[]

真偽値のラベル

placeholder?: string

プレースホルダ

showAsChipViewMode: boolean

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

type: string

エディタの種類