BaseJavaScriptInterop.CallMethodWithJson

Calls a method on the TextEditor in JavaScript a single JSON encoded value or object. The receiving function should expect a JSON object and parse it.

This version returns no result value.

public Task CallMethodWithJson(string method,
	object parameter)

Parameters

method
parameter


See also:

Class BaseJavaScriptInterop

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic