@progress/kendo-diagram-vue-wrapper
Version:
Kendo UI Diagram wrapper for Vue.js
24 lines (16 loc) • 701 B
Markdown
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`—No activation key.
* `ctrl`—The activation key will be `Ctrl`.
* `shift`—The activation key will be `Shift`.
* `alt`—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)