setCursor(e.target.value)}
data-testid={testId('cursor-input')}
+ placeholder="Enter a cursor value"
/>
- {currentCursor === '' || !currentCursor ? (
-
-
- Check our{' '}
-
- sensor documentation
- {' '}
- to learn how to use cursors
-
- }
- />
-
- ) : null}
+
+ A cursor tracks where a sensor left off, allowing the sensor to efficiently process new
+ changes or events without missing anything or duplicating work. The cursor is typically
+ a string, and can be updated within the sensor's logic to reflect the latest state.
+
+