Documentation
    Preparing search index...
    PixelScannerEventMap: Readonly<
        {
            isReady: boolean;
            onScanListChange: Readonly<{ ops: readonly PixelScannerListOperation[] }>;
            onStatusChange: Pick<
                CentralEventMap["scanStatus"],
                "status"
                | "stopReason"
                | "startError",
            >;
            scannedBootloaders: readonly ScannedBootloader[];
            scannedChargers: readonly ScannedCharger[];
            scannedDevices: readonly ScannedDevice[];
            scannedMPCs: readonly ScannedMPC[];
            scannedPixels: readonly ScannedPixel[];
            status: ScanStatus;
        },
    >

    Event map for PixelScanner class. This is the list of supported events where the property name is the event name and the property type the event data type.