shapes.accessibility.roleString(default: "graphics-symbol")

The accessibility role of the shape.

Example

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