Present only for edition-set variant rows in the Artsy CMS sub-row
Medium only: true = free text entered, false = predefined mediumType selected
Artist and location only: the resolved Artsy entity ID
Omit for privateNotes (free text — don't log contents)
Omit for privateNotes (free text — don't log contents)
Artist and location only: the action taken on the autocomplete
Generated using TypeDoc
A partner edits a field inline in the inventory table. Fires on mutation success (not on the toast render). All field edits share this single event; use
fieldto distinguish them.This schema describes events sent to Segment from OsEditedArtworkField
{ action: "editedArtworkField", context_module: "artworkTable", context_page_owner_type: "inventory", artwork_id: "abc123", field: "title", old_value: "Untitled", new_value: "Blue" }Medium with free-text flag
{ action: "editedArtworkField", context_module: "artworkTable", context_page_owner_type: "inventory", artwork_id: "abc123", field: "medium", old_value: "Oil on canvas", new_value: "Watercolor", is_free_text: true }Artist autocomplete match
{ action: "editedArtworkField", context_module: "artworkTable", context_page_owner_type: "inventory", artwork_id: "abc123", field: "artist", value: "matched", matched_id: "artist-internal-id" }