Interface PropertyElement<T>

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

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

Type Parameters

Hierarchy (View Summary)

Properties

cssClassName?: string

CSSクラス名

displayLabel: string

表示ラベル

editor: T

プロパティエディタ

elementRuntimeId: string

エレメントランタイムID

propertyName: string

プロパティ名