create column-based onedit handler

This commit is contained in:
Ben Miller
2024-11-17 09:28:53 -07:00
parent d6d6af3c44
commit 9d234c77d9
6 changed files with 52 additions and 9 deletions

View File

@ -11,12 +11,14 @@ import {
} from "./initMenu"
import { reinstallTriggers } from "./triggers"
import { newSkuHandler } from "./newSku"
import { columnOnEditHandler } from "./OnEditHandler"
;(global as any).onOpen = onOpen
;(global as any).initMenu = initMenu
;(global as any).getShopifyProducts = getShopifyProducts
;(global as any).runShopifyOrders = runShopifyOrders
;(global as any).matchProductToShopifyHandler = matchProductToShopifyHandler
;(global as any).updateShopifyProductHandler = updateShopifyProductHandler
;(global as any).columnOnEditHandler = columnOnEditHandler
;(global as any).reauthorizeScript = reauthorizeScript
;(global as any).reinstallTriggers = reinstallTriggers
;(global as any).newSkuHandler = newSkuHandler