Interface SearchConditionNumberPropertyEditor

Number系の検索条件プロパティエディタの基底型

interface SearchConditionNumberPropertyEditor {
    customStyle?: string;
    hidden: boolean;
    inputCustomStyle?: string;
    searchInRange: boolean;
    showComma: boolean;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

searchInRange: boolean

範囲検索

showComma: boolean

カンマを表示するか?

type: string

エディタの種類