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

    Interface PropertyElement<T>

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

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    aiChatAutoCompletionSetting?: AiChatAutoCompletionSetting

    AIチャット入力補完設定

    autocompleteSetting?: AiAutocompleteSetting

    自動補完の設定

    cssClassName?: string

    CSSクラス名

    displayLabel: string

    表示ラベル

    editor: T

    プロパティエディタ

    elementRuntimeId: string

    エレメントランタイムID

    propertyName: string

    プロパティ名