toolbar.items.idString

Specifies the ID of the button.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    toolbar: {
        items: [
            { 
                id: "customTool",
                text: "Custom Tool", 
                click: function() { 
                    console.log("Button with ID 'customTool' clicked"); 
                }
            }
        ]
    }
});
</script>
In this article
toolbar.items.id
Not finding the help you need?
Contact Support