Options
All
  • Public
  • Public/Protected
  • All
Menu

Tracks invalid and missing columns at the beginning and the end of the Batch Import review step

example
{
action: "batchImportTableContentSummary",
context: "batchImportReviewFinished",
context_module: "batchImportFlow",
context_page_owner_type: "batchImport",
context_page_owner_id: "67b646ecbe87376bfeb3f962",
values: {
artworkTitle": {
optional: false,
valid: 37,
missing: 6,
invalid: 0
},
}
}

Hierarchy

  • CmsBatchImportTableContentSummary

Index

Properties

action

action: batchImportTableContentSummary

context

context: "batchImportReviewFinished"

context_module

context_module: batchImportFlow

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: batchImport

values

values: Record<string, { invalid: number; missing: number; optional: boolean; valid: number }>

Generated using TypeDoc