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

    Interface BulkDateRangePropertyEditor

    一括更新DateRangePropertyEditor

    interface BulkDateRangePropertyEditor {
        customStyle?: string;
        displayType: "LABEL";
        editor:
            | BulkDatePropertyEditor
            | BulkTimePropertyEditor
            | BulkTimestampPropertyEditor;
        equivalentInput: boolean;
        inputNullFrom: boolean;
        inputNullTo: boolean;
        toEditor: | BulkDatePropertyEditor
        | BulkTimePropertyEditor
        | BulkTimestampPropertyEditor;
        toPropertyName: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

    displayType: "LABEL"

    表示タイプ

    プロパティエディタ

    equivalentInput: boolean

    同値の入力を許容するか

    inputNullFrom: boolean

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

    inputNullTo: boolean

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

    Toプロパティエディタ

    toPropertyName: string

    Toプロパティ名

    type: string

    エディタの種類