型・APIリファレンス
    Preparing search index...

    Interface PropertyElement<T>

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

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    cssClassName?: string

    CSSクラス名

    displayLabel: string

    表示ラベル

    editor: T

    プロパティエディタ

    elementRuntimeId: string

    エレメントランタイムID

    propertyName: string

    プロパティ名