---
title: pannableProps API
description: "API Index | pannableProps"
api_reference: true
slug: api_diagram_pannableprops
---

# PannableProps

### pannable-key `String`

Defines the meta key that will be used while panning the Diagram. To avoid clashes, verify that the `pannable.key` and `selectable.key` options are different.

The supported values are:

* `none`&mdash;No activation key.
* `ctrl`&mdash;The activation key will be `Ctrl`.
* `shift`&mdash;The activation key will be `Shift`.
* `alt`&mdash;The activation key will be `Alt`.

## Suggested Links

* [`Pannable` in Kendo UI Diagram for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/diagram/configuration/pannable)
