updateContext メソッドに渡されるコンテキスト データについて説明します。 すべてのプロパティは省略可能です。
プロパティ
| Name | タイプ | Description |
|---|---|---|
schemaVersion |
string |
コンテンツ スキーマのバージョン。 |
appType |
ModelApp | CanvasApp | CodeApp |
Power Apps アプリケーションの種類。 |
appId |
string |
アプリの一意識別子。 |
orgId |
string |
組織の一意識別子。 |
geo |
string |
環境の地理的リージョン。 |
entity |
string |
現在のページのプライマリ テーブルの論理名。 |
filterXML |
string |
データ コンテキストをスコープする FetchXML 文字列。 |
filterId |
string |
保存されたビューまたはフィルターの一意識別子。 |
extendedContext |
Array<Record<string, unknown>> |
その他の任意のキーと値のコンテキスト のペア。 |
telemetryContext |
{ clientSessionId?: string; clientRequestId?: string } |
テレメトリの関連付け識別子。 |
selectedRecords |
{ selectedContents: ISelectedRecordContents[] } |
ユーザーが現在選択しているレコード。 |
messageAnnotationAppContext |
string |
メッセージレンダリング用のアプリ コンテキスト注釈。 |