Interface BulkTimestampPropertyEditor

一括更新画面のTimestampPropertyEditor

interface BulkTimestampPropertyEditor {
    customStyle?: string;
    displayType: "TEXT";
    minInterval?: MinInterval;
    minRoundingMode?: MinRoundingMode;
    placeholder?: string;
    timeDispRange?: TimeDispRange;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

displayType: "TEXT"

表示タイプ

minInterval?: MinInterval

分の入力間隔

minRoundingMode?: MinRoundingMode

分の端数処理モード

placeholder?: string

プレースホルダ

timeDispRange?: TimeDispRange

時間の表示範囲

type: string

エディタの種類