Interface SearchResultNumericRangePropertyEditor

検索結果NumericRangePropertyEditor

interface SearchResultNumericRangePropertyEditor {
    customStyle?: string;
    displayType: "LABEL";
    editor:
        | SearchResultDecimalPropertyEditor
        | SearchResultFloatPropertyEditor
        | SearchResultIntegerPropertyEditor;
    hidden: boolean;
    toEditor: | SearchResultDecimalPropertyEditor
    | SearchResultFloatPropertyEditor
    | SearchResultIntegerPropertyEditor;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

表示カスタムスタイル

displayType: "LABEL"

表示タイプ

プロパティエディタ

hidden: boolean

hiddenにするか?

Toプロパティエディタ

type: string

エディタの種類