tabIndexNumber(default: 0)

The tabIndex value to set on the diagram element.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    tabIndex: 1,
    shapes: [
        { id: "1", x: 100, y: 100, content: { text: "Shape 1" } }
    ]
});
</script>
In this article
tabIndex
Not finding the help you need?
Contact Support