ImmutablesProps
immutables-deserialization Function
A callback that allows the custom deserialization of an immutable element.
Accepts the following arguments:
- The DOM element which represents the immutable element in the HTML view.
- The immutable DOM element which will be restored.
immutables-serialization String | Function
The Kendo UI template or a callback that allows the custom serialization of an immutable element. The callback accepts only DOM elements as parameters and returns the HTML source of a DOM element.