Ejemplo n.º 1
0
 public static Task <bool> EditorInitializeAsync(IJSRuntime jsruntime, EditorModel editorModel)
 => jsruntime.InvokeAsync <bool>("BlazorBitsMonacoInterop.EditorInitialize", new[] { editorModel });
Ejemplo n.º 2
0
 public static Task <EditorModel> EditorSetAsync(IJSRuntime jsruntime, EditorModel editorModel)
 => jsruntime.InvokeAsync <EditorModel>("BlazorBitsMonacoInterop.EditorSet", new[] { editorModel });