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

    Interface SearchConditionTimestampPropertyEditor

    検索条件TimestampPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

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

    表示タイプ

    hidden: boolean

    hiddenにするか?

    inputCustomStyle?: string

    入力カスタムスタイル

    minInterval?: MinInterval

    分の入力間隔

    minRoundingMode?: MinRoundingMode

    分の端数処理モード

    searchInRange: boolean

    範囲検索を行うか?

    timeDispRange?: TimeDispRange

    時間の表示範囲

    type: string

    エディタの種類