Interface DetailPropertyEditorBase

DetailViewのプロパティエディタの基底型

interface DetailPropertyEditorBase {
    customStyle?: string;
    propertyName: string;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

propertyName: string

プロパティ名

type: string

エディタの種類