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

    Interface AIChatOpenPayload

    AIChat パネルオープン時のペイロード

    interface AIChatOpenPayload {
        currentValue: null | ReflectValue | ReflectValue[];
        displayLabel: string;
        editor: DetailPropertyEditor;
        elementRuntimeId: string;
        entityName: string;
        promptDefinitions: string[];
        propertyName: string;
        valueType: string;
        viewName: string;
    }
    Index

    Properties

    currentValue: null | ReflectValue | ReflectValue[]

    現在のプロパティ値

    displayLabel: string

    表示ラベル

    対象プロパティエディター定義

    elementRuntimeId: string

    エレメントランタイムID

    entityName: string

    Entity定義名

    promptDefinitions: string[]

    プロンプト定義

    propertyName: string

    プロパティ名

    valueType: string

    値の型識別子

    viewName: string

    EntityView定義名