Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionLogDetail

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:transaction_log_detail"
links: { fx:store: Backend.Rels.Store; fx:transaction_log: TransactionLog; self: TransactionLogDetail }

Type declaration

props: { log: string; reference: string; request_type: string }

Type declaration

  • log: string

    The details of the changes for this log in JSON format.

  • reference: string

    A reference id of some kind to help describe which resource this log entry refers to.

  • request_type: string

    A text representation of the type of request this log entry is for such as item_edit.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc