Interface PropertyElement<T>

プロパティエレメントの基底型

interface PropertyElement<T> {
    cssClassName?: string;
    displayLabel: string;
    editor: T;
    elementRuntimeId: string;
    propertyName: string;
}

Type Parameters

Hierarchy (view full)

Properties

cssClassName?: string

CSSクラス名

displayLabel: string

表示ラベル

editor: T

プロパティエディタ

elementRuntimeId: string

エレメントランタイムID

propertyName: string

プロパティ名