UNPKG

@grafana/ui

Version:
22 lines (18 loc) 546 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "use strict"; const linkModelToContextMenuItems = (links) => { return links().map((link) => { return { label: link.title, ariaLabel: link.title, // TODO: rename to href url: link.href, target: link.target, icon: `${link.target === "_blank" ? "external-link-alt" : "link"}`, onClick: link.onClick }; }); }; exports.linkModelToContextMenuItems = linkModelToContextMenuItems; //# sourceMappingURL=dataLinks.cjs.map