getContentSerializer static method

dynamic getContentSerializer(
  1. JsObject context
)

Gets the content serializer function.

js.Proxy context, the Aloha editable context ,usually Aloha.Editable

Implementation

static dynamic getContentSerializer(js.JsObject context) =>
    context['contextSerializer'];