Interface BulkNumericRangePropertyEditor

一括更新NumericRangePropertyEditor

interface BulkNumericRangePropertyEditor {
    customStyle?: string;
    displayType: "LABEL";
    editor:
        | BulkDecimalPropertyEditor
        | BulkFloatPropertyEditor
        | BulkIntegerPropertyEditor;
    equivalentInput: boolean;
    inputNullFrom: boolean;
    inputNullTo: boolean;
    toEditor: | BulkDecimalPropertyEditor
    | BulkFloatPropertyEditor
    | BulkIntegerPropertyEditor;
    toPropertyName: string;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

displayType: "LABEL"

表示タイプ

プロパティエディタ

equivalentInput: boolean

同値の入力を許容するか

inputNullFrom: boolean

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

inputNullTo: boolean

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

Toプロパティエディタ

toPropertyName: string

Toプロパティ名

type: string

エディタの種類