Now.js Framework Documentation

Now.js Framework Documentation

ReactiveHelpers

EN 04 Sep 2026 01:40

ReactiveHelpers

Helper functions for managing reactive updates and cleanup

Generated from source on 2026-08-21. Descriptions come from JSDoc in the file.
Re-run docs_scaffold when the code changes; hand edits are lost on regeneration

Source

  • File: Now/js/ReactiveHelpers.js (88 lines)
  • Form: object literal (singleton)

Public methods (3)

cleanupAllReactiveUpdates(el)

Clean up all reactive updates for an element

cleanupReactiveUpdate(el, updateType)

Clean up reactive update for an element

setupReactiveUpdate(el, context, updateType, updateFn)

Setup reactive update for an element

Depends on

EventManager

Events

Event When Triggered Detail
reactive:error A reactive update failed {type, element, error}