Interface SearchConditionAutoNumberPropertyEditor

検索条件AutoNumberPropertyEditor

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

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

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

表示タイプ

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

type: string

エディタの種類