imageBrowser.schema.model.idString
The name of the field which acts as an identifier.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
tools: ["insertImage"],
imageBrowser: {
schema: {
model: {
id: "name"
}
}
}
});
</script>
In this article