Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner commits an inline edit of a list's name, dates, or fair on the List detail view. field is one of name, startDate, endDate, or fair. Fires only on a committed change.

example
{
  action: "updatedList",
  context_module: "listDetail",
  context_page_owner_type: "collection",
  list_id: "5d2b5b5d5e5b5d000e1b5b5d",
  field: "name",
  old_value: "Summer Show",
  new_value: "Summer Show 2026"
}

Hierarchy

  • UpdatedList

Index

Properties

action

action: updatedList

context_module

context_module: listDetail

context_page_owner_type

context_page_owner_type: OsOwnerType

field

field: string

list_id

list_id: string

new_value

new_value: string

old_value

old_value: string

Generated using TypeDoc