A Pixel for which to watch a value.
The name of the value to watch, see keys of UsePixelValueNamesMap for the complete list.
Optionaloptions: { explicitStart?: boolean; minInterval?: number }Optional arguments.
OptionalexplicitStart?: booleanWhether to wait on a call to the dispatcher with "start" before watching the value. Otherwise the hook returns the required value as soon the Pixel is connected.
OptionalminInterval?: numberThe minimum time interval in milliseconds between two updates. Ignored for "roll" value.
An array with:
React Hook that updates when the specified value of the given Pixel changes.