public static ValueTask <bool> EditorInitializeAsync(IJSRuntime jsruntime, EditorModel editorModel) => jsruntime.InvokeAsync <bool>("BlazorBitsMonacoInterop.EditorInitialize", new[] { editorModel });
public static ValueTask <EditorModel> EditorSetAsync(IJSRuntime jsruntime, EditorModel editorModel) => jsruntime.InvokeAsync <EditorModel>("BlazorBitsMonacoInterop.EditorSet", new[] { editorModel });