Interface SearchConditionPropertyEditorBase

検索条件プロパティエディタの基底型

interface SearchConditionPropertyEditorBase {
    customStyle?: string;
    hidden: boolean;
    inputCustomStyle?: string;
    propertyName: string;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

propertyName: string

プロパティ名

type: string

エディタの種類