Interface SearchResultTimePropertyEditor

検索結果TimePropertyEditor

interface SearchResultTimePropertyEditor {
    customStyle?: string;
    displayType: "LABEL" | "HIDDEN";
    hidden: boolean;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

displayType: "LABEL" | "HIDDEN"

表示タイプ

hidden: boolean

hiddenにするか?

type: string

エディタの種類