Interface DetailLabelablePropertyEditor

DetailViewのラベル形式をサポートするプロパティエディタの基底型

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

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

propertyName: string

プロパティ名

type: string

エディタの種類