Interface SearchConditionTimePropertyEditor

検索条件TimePropertyEditor

interface SearchConditionTimePropertyEditor {
    customStyle?: string;
    displayType: "TEXT" | "LABEL" | "HIDDEN";
    hidden: boolean;
    inputCustomStyle?: string;
    minInterval?: MinInterval;
    minRoundingMode?: MinRoundingMode;
    searchInRange: boolean;
    timeDispRange?: TimeDispRange;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

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

表示タイプ

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

minInterval?: MinInterval

分の入力間隔

minRoundingMode?: MinRoundingMode

分の端数処理モード

searchInRange: boolean

範囲検索を行うか?

timeDispRange?: TimeDispRange

時間の表示範囲

type: string

エディタの種類