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.

interface PixelScannerEventMap {
    isReady: boolean;
    scanListOperations: {
        ops: PixelScannerListOperation[];
    };
    scanStatus: PixelScannerStatusEvent;
    scannedPixels: ScannedPixel[];
    status: ScanStatus;
}

Properties

isReady: boolean
scanListOperations: {
    ops: PixelScannerListOperation[];
}

Type declaration

scannedPixels: ScannedPixel[]
status: ScanStatus

Generated using TypeDoc