型・APIリファレンス
    Preparing search index...

    Interface SearchConditionNumericRangePropertyEditor

    検索条件NumericRangePropertyEditor

    interface SearchConditionNumericRangePropertyEditor {
        customStyle?: string;
        displayType: "LABEL" | "HIDDEN";
        editor:
            | SearchConditionDecimalPropertyEditor
            | SearchConditionFloatPropertyEditor
            | SearchConditionIntegerPropertyEditor;
        hidden: boolean;
        inputCustomStyle?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

    displayType: "LABEL" | "HIDDEN"

    表示タイプ

    プロパティエディタ

    hidden: boolean

    hiddenにするか?

    inputCustomStyle?: string

    入力カスタムスタイル

    type: string

    エディタの種類