UNPKG

@shopify/app-bridge

Version:

**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**

11 lines (10 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSingleButton = void 0; var Button_1 = require("./Button"); function getSingleButton(action, button, subgroups, updateCb) { action.addChild(button, action.group, subgroups); action.subscribeToChild(button, Button_1.Action.UPDATE, updateCb); return button.payload; } exports.getSingleButton = getSingleButton;