Interface DetailBooleanPropertyEditor

詳細・編集画面のBooleanPropertyEditor

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

Hierarchy (view full)

Properties

chipColors?: BooleanChipColorValue[]

Boolean型の真偽値のChipカラー

customStyle?: string

カスタムスタイル

defaultFalseLabel: string

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

defaultTrueLabel: string

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

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

表示タイプ

itemDirectionInline: boolean

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

labelValues?: BooleanLabelValue[]

真偽値のラベル

placeholder?: string

プレースホルダ

showAsChipViewMode: boolean

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

type: string

エディタの種類