Interface SearchConditionSelectionSearchablePropertyEditor

選択式で検索条件を指定可能な検索条件プロパティエディタの基底型

interface SearchConditionSelectionSearchablePropertyEditor {
    customStyle?: string;
    hidden: boolean;
    inputCustomStyle?: string;
    isNullSearchEnabled: boolean;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

isNullSearchEnabled: boolean

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

type: string

エディタの種類