EventCapture
data class EventCapture(val value: Any?, val target: Target = Target.FieldUpdate, val timestamp: Long = Clock.System.now().toEpochMilliseconds())
Captures an event for recording/replay purposes.
Note: For changelog building, use ChangeContext instead. This class is retained for event capture functionality in DocumentEditor.