IHistoryEntry

Interface

Interface representing a history entry for a layout node.

Properties

Property Type Notes
action string

Action performed (e.g., 'add:node', 'update:node', 'remove:block').

nodeId string

Node id for the history entry.

timestamp number

UTC timestamp for the change.

username string

Username of the user who made the change.


Interface defined in packages/common/src/layouts/layout-shared-types.ts:318