@pc-nexus/bridge
v0.1.0
Published
The Nexus UI bridge is a JavaScript API that enables nexus apps to securely integrate with PingCode.
Keywords
Readme
Nexus Bridge API
The Nexus UI bridge is a JavaScript API that enables nexus apps to securely integrate with PingCode.
import { view } from "@pc-nexus/bridge";
await view.getContext();import { dialog } from "@pc-nexus/bridge";
const dialogRef = await dialog.open({
resource: "abc",
context: { example: "from dialog" },
});