pub fn version() -> Signal<u64>Expand description
A counter that increments each time a step is recorded (or the recording is cleared). A UI can watch it to react to recording progress — a live step count, say — without owning the mirrored buffer signal. Global-scoped, so it survives page rebuilds.