The key of the column that was dragged
0-based position among reorderable (non-pinned) columns before the move
Full resulting column key order (reorderable columns only, pinned columns excluded)
0-based position among reorderable (non-pinned) columns after the move
Generated using TypeDoc
A partner drags a column header and drops it in a new position in the inventory table. Fires once per completed drop (not per drag-over). The new order is persisted to localStorage, keyed per browser/device.
This schema describes events sent to Segment from OsReorderedInventoryTableColumns
{ action: "reorderedInventoryTableColumns", context_module: "artworkTable", context_page_owner_type: "inventory", column: "price", from_index: 4, to_index: 1, new_order: ["title", "price", "artist", "medium", "dimensions"] }