Interface DetailTimePropertyEditor

詳細・編集画面のTimePropertyEditor

interface DetailTimePropertyEditor {
    customStyle?: string;
    displayType: "TEXT" | "LABEL" | "HIDDEN";
    minInterval?: MinInterval;
    minRoundingMode?: MinRoundingMode;
    placeholder?: string;
    timeDispRange?: TimeDispRange;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

displayType: "TEXT" | "LABEL" | "HIDDEN"

表示タイプ

minInterval?: MinInterval

分の入力間隔

minRoundingMode?: MinRoundingMode

分の端数処理モード

placeholder?: string

プレースホルダ

timeDispRange?: TimeDispRange

時間の表示範囲

type: string

エディタの種類