Type alias PopupMessageResult
PopupMessageResult: { pcdStr: string; type: "pcd"; } | { pcds: SerializedPCD[]; type: "multi-pcd"; } | { pendingPcdStr: string; type: "pendingPcd"; } | { type: "aborted"; } Type declaration
pcdStr: string
type: "pcd"
Type declaration
pendingPcdStr: string
type: "pendingPcd"
The popup message can contain either an encoded PCD or encoded pending PCD.