Interface DetailRangePropertyEditor

DetailViewのRange型のプロパティエディタの基底型

interface DetailRangePropertyEditor {
    customStyle?: string;
    displayType: "LABEL" | "HIDDEN";
    equivalentInput: boolean;
    inputNullFrom: boolean;
    inputNullTo: boolean;
    toPropertyName: string;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

displayType: "LABEL" | "HIDDEN"

表示タイプ

equivalentInput: boolean

同値の入力を許容するか

inputNullFrom: boolean

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

inputNullTo: boolean

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

toPropertyName: string

Toプロパティ名

type: string

エディタの種類