コード例 #1
0
 public static Task <bool> EditorInitializeAsync(IJSRuntime jsruntime, EditorModel editorModel)
 => jsruntime.InvokeAsync <bool>("BlazorBitsMonacoInterop.EditorInitialize", new[] { editorModel });
コード例 #2
0
 public static Task <EditorModel> EditorSetAsync(IJSRuntime jsruntime, EditorModel editorModel)
 => jsruntime.InvokeAsync <EditorModel>("BlazorBitsMonacoInterop.EditorSet", new[] { editorModel });