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

    Interface BulkRangePropertyEditor

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

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

    displayType: "LABEL"

    表示タイプ

    equivalentInput: boolean

    同値の入力を許容するか

    inputNullFrom: boolean

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

    inputNullTo: boolean

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

    toPropertyName: string

    Toプロパティ名

    type: string

    エディタの種類