+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "linkModelToContextMenuItems"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
draft = true
+++
## linkModelToContextMenuItems variable
### linkModelToContextMenuItems variable
Delays creating links until we need to open the ContextMenu
Signature
```typescript
linkModelToContextMenuItems: (links: LinkModelSupplier) => ContextMenuItem[]
```
Import
```typescript
import { linkModelToContextMenuItems } from '@grafana/ui';
```