Interface SearchConditionSelectPropertyEditor

検索条件SelectPropertyEditor

interface SearchConditionSelectPropertyEditor {
    customStyle?: string;
    displayType: "LABEL" | "HIDDEN" | "RADIO" | "CHECKBOX" | "SELECT";
    hidden: boolean;
    inputCustomStyle?: string;
    itemDirectionInline: boolean;
    propertyName: string;
    type: string;
    values: EditorValue[];
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

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

表示タイプ

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

itemDirectionInline: boolean

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

propertyName: string

プロパティ名

type: string

エディタの種類

values: EditorValue[]

Selectの場合の選択肢