@shopify/app-bridge-host
Version:
App Bridge Host contains components and middleware to be consumed by the app's host, as well as the host itself. The middleware and `Frame` component are responsible for facilitating communication between the client and host, and used to act on actions se
18 lines (14 loc) • 509 B
JavaScript
;
var Actions = require('@shopify/app-bridge-core/actions');
/**
* @unstable This API may be updated without warning in the future
*/
var pickerActionCreatorsMap = {
cancel: Actions.unstable_Picker.cancel,
open: Actions.unstable_Picker.open,
select: Actions.unstable_Picker.select,
update: Actions.unstable_Picker.update,
search: Actions.unstable_Picker.search,
loadMore: Actions.unstable_Picker.loadMore,
};
exports.pickerActionCreatorsMap = pickerActionCreatorsMap;