Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner applies changes in the bulk-edit drawer. labels lists the edited fields and values carries each field's submitted value, index-aligned.

example
{
  action: "bulkEditedArtworks",
  context_module: "bulkEditDrawer",
  context_page_owner_type: "inventory",
  labels: ["availability", "price"],
  values: ["for sale", "USD 1000"],
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5d"],
  artwork_count: 30
}

Hierarchy

  • BulkEditedArtworks

Index

Properties

action

action: bulkEditedArtworks

artwork_count

artwork_count: number

artwork_ids

artwork_ids: string[]

context_module

context_module: bulkEditDrawer

context_page_owner_type

context_page_owner_type: OsOwnerType

labels

labels: string[]

values

values: string[]

Generated using TypeDoc