Interface BulkBooleanPropertyEditor

一括更新画面のBooleanPropertyEditor

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

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

defaultFalseLabel: string

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

defaultTrueLabel: string

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

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

表示タイプ

itemDirectionInline: boolean

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

labelValues?: BooleanLabelValue[]

真偽値のラベル

placeholder?: string

プレースホルダ

type: string

エディタの種類