mirror of https://github.com/grafana/grafana.git
716 B
716 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "linkModelToContextMenuItems" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
linkModelToContextMenuItems variable
linkModelToContextMenuItems variable
Delays creating links until we need to open the ContextMenu
Signature
linkModelToContextMenuItems: (links: () => LinkModel[]) => ContextMenuItem[]
Import
import { linkModelToContextMenuItems } from '@grafana/ui';