Documentation / @zerotal/admin / index / recordHistory
Function: recordHistory()
recordHistory(
options):Promise<HistoryEntry[]>
Defined in: admin/src/history.ts:68
Read a record's history, newest first.
Returns an empty list rather than throwing when the audit package isn't installed or its table doesn't exist yet — a missing history is a missing section, not a broken page.
Parameters
options
Returns
Promise<HistoryEntry[]>