Type Parameters
- T extends
| "systemId"
| "name"
| "rssi"
| "pixelId"
| "ledCount"
| "colorway"
| "dieType"
| "firmwareDate"
| "batteryLevel"
| "isCharging"
| "rollState"
| "currentFace"
| "currentFaceIndex"
| "status"
| (keyof PixelOwnMutableProps)
Parameters
- pixel: undefined | Pixel
- prop: T
The current value of the given prop on the given Pixel.
React Hook that updates when the given Pixel's prop changes.