型・APIリファレンス
    Preparing search index...

    Interface DetailBooleanPropertyEditor

    詳細・編集画面のBooleanPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    chipColors?: BooleanChipColorValue[]

    Boolean型の真偽値のChipカラー

    customStyle?: string

    カスタムスタイル

    defaultFalseLabel: string

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

    defaultTrueLabel: string

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

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

    表示タイプ

    itemDirectionInline: boolean

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

    labelValues?: BooleanLabelValue[]

    真偽値のラベル

    placeholder?: string

    プレースホルダ

    showAsChipViewMode: boolean

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

    type: string

    エディタの種類