PopupMessageResult: {
    pcdStr: string;
    type: "pcd";
} | {
    pcds: SerializedPCD[];
    type: "multi-pcd";
} | {
    pendingPcdStr: string;
    type: "pendingPcd";
} | {
    type: "aborted";
}

The popup message can contain either an encoded PCD or encoded pending PCD.

Type declaration

  • pcdStr: string
  • type: "pcd"

Type declaration

Type declaration

  • pendingPcdStr: string
  • type: "pendingPcd"

Type declaration

  • type: "aborted"

Generated using TypeDoc