PixelScannerListOperation: {
    scannedPixel: ScannedPixel;
    type: "scanned";
} | {
    pixelId: number;
    type: "removed";
}

The different possible operations on a PixelScanner list.

Type declaration

Type declaration

  • Readonly pixelId: number
  • Readonly type: "removed"

Generated using TypeDoc