Interface SearchResultDateRangePropertyEditor

検索結果DateRangePropertyEditor

interface SearchResultDateRangePropertyEditor {
    customStyle?: string;
    displayType: "LABEL";
    editor:
        | SearchResultDatePropertyEditor
        | SearchResultTimePropertyEditor
        | SearchResultTimestampPropertyEditor;
    hidden: boolean;
    toEditor: | SearchResultDatePropertyEditor
    | SearchResultTimePropertyEditor
    | SearchResultTimestampPropertyEditor;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

表示カスタムスタイル

displayType: "LABEL"

表示タイプ

プロパティエディタ

hidden: boolean

hiddenにするか?

Toプロパティエディタ

type: string

エディタの種類