Interface SearchConditionDateRangePropertyEditor

検索条件DateRangePropertyEditor

interface SearchConditionDateRangePropertyEditor {
    customStyle?: string;
    displayType: "LABEL" | "HIDDEN";
    editor:
        | SearchConditionDatePropertyEditor
        | SearchConditionTimePropertyEditor
        | SearchConditionTimestampPropertyEditor;
    hidden: boolean;
    inputCustomStyle?: string;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

表示カスタムスタイル

displayType: "LABEL" | "HIDDEN"

表示タイプ

プロパティエディタ

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

type: string

エディタの種類