Interface SearchConditionSelectionRangeSearchablePropertyEditor

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

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

Hierarchy (View Summary)

Properties

customStyle?: string

表示カスタムスタイル

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

isNullSearchEnabled: boolean

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

searchInRange: boolean

範囲検索

type: string

エディタの種類