Interface SearchConditionBooleanPropertyEditor

検索条件BooleanPropertyEditor

interface SearchConditionBooleanPropertyEditor {
    customStyle?: string;
    displayType:
        | "LABEL"
        | "HIDDEN"
        | "RADIO"
        | "CHECKBOX"
        | "SELECT";
    falseLabel: string;
    hidden: boolean;
    inputCustomStyle?: string;
    isNullSearchEnabled: boolean;
    itemDirectionInline: boolean;
    trueLabel: string;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

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

表示タイプ

falseLabel: string

偽の表示ラベル

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

isNullSearchEnabled: boolean

「値なし」を検索条件の選択肢に追加するか

itemDirectionInline: boolean

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

trueLabel: string

真の表示ラベル

type: string

エディタの種類