Change

interface
yoltra/types.py:69

A fine-grained "old → new" change notification for one dotted path. Delivered to `connect` handlers when a subscribed path changes.

Properties

NameTypeDescription
new_valueanyThe value at `path` after the change.
old_valueanyThe value at `path` before the change.
pathstrThe dotted leaf/ancestor path that changed, prefixed with the slice name (e.g. `"todos.items.0.title"`).