Interface DetailNumericRangePropertyEditor

詳細・編集NumericRangePropertyEditor

interface DetailNumericRangePropertyEditor {
    customStyle?: string;
    displayType: "LABEL" | "HIDDEN";
    editor:
        | DetailDecimalPropertyEditor
        | DetailFloatPropertyEditor
        | DetailIntegerPropertyEditor;
    equivalentInput: boolean;
    inputNullFrom: boolean;
    inputNullTo: boolean;
    toEditor: | DetailDecimalPropertyEditor
    | DetailFloatPropertyEditor
    | DetailIntegerPropertyEditor;
    toPropertyName: string;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

displayType: "LABEL" | "HIDDEN"

表示タイプ

プロパティエディタ

equivalentInput: boolean

同値の入力を許容するか

inputNullFrom: boolean

FromプロパティでNull入力を許容するか

inputNullTo: boolean

ToプロパティでNull入力を許容するか

Toプロパティエディタ

toPropertyName: string

Toプロパティ名

type: string

エディタの種類