Interface: ActionLogEntry
Defined in: runtime/action.ts:103
One dispatched action and its outcome, accepted or rejected — the
audit/undo substrate PRD-002 requires. Every dispatch() call appends
exactly one entry, regardless of whether the action was accepted.
Properties
action
action:
GeoVisAction
Defined in: runtime/action.ts:104
result
result:
GeoVisResult
Defined in: runtime/action.ts:105
timestamp
timestamp:
number
Defined in: runtime/action.ts:107
Date.now() at dispatch time.