0

我们使用 PowerApps 组件框架 (PCF) 创建了一个组件。我们正在尝试使用 PnP JS 连接到 SharePoint 列表并从中获取数据。但与 SPFx 不同的是,在 PCF 中,我们没有获得可以传递给 PnP 设置context的类型对象。WebPartContext

在 SPFX 中,我们曾经写过这样的东西。

import { WebPartContext } from "@microsoft/sp-webpart-base";
sp.setup({
    spfxContext: this.context
});

我们如何才能得到需要传递到spfxContextPCF 中的对象?

4

0 回答 0