@shopify/app-bridge-host
Version:
App Bridge Host contains middleware and components that are meant to be consumed by the app's host. The middleware and `Frame` component are responsible for facilitating messages posted between the client and host, and used to act on actions sent from the
16 lines (15 loc) • 548 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var actions_1 = require("@shopify/app-bridge/actions");
var actions_2 = require("./actions");
/**
* Returns a mapped object with methods for dispatching Title Bar actions
* @internal
* */
exports.titleBarActionCreatorsMap = {
clickActionButton: actions_1.TitleBar.clickActionButton,
clickBreadcrumb: actions_1.TitleBar.clickBreadcrumb,
setPagination: actions_2.setPagination,
setAppInfo: actions_2.setAppInfo,
update: actions_1.TitleBar.update,
};