toolbar.items.optionsString

Specifies the command options of the button.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    toolbar: {
        items: [
            { 
                command: "crop", 
                options: { aspectRatio: "16:9" } 
            }
        ]
    }
});
</script>
In this article
toolbar.items.options
Not finding the help you need?
Contact Support