QrCodeCollector - Collector for displaying a QR code image. Extends the generic NoValueCollectorBase with the image src on output.

interface QrCodeCollector {
    category: "NoValueCollector";
    error: null | string;
    id: string;
    name: string;
    output: { key: string; label: string; type: string } & { src: string };
    type: "QrCodeCollector";
}

Hierarchy (View Summary)

Properties

category: "NoValueCollector"
error: null | string
id: string
name: string
output: { key: string; label: string; type: string } & { src: string }
type: "QrCodeCollector"