public sealed class CodeEditor : ComponentBase,
IDisposable| CodeEditor | Initializes a new instance of the CodeEditor class |
| Content | Content for the editor. |
| ContentChanged | Triggered when the content changes. |
| JsRuntime | Dependency injected JS runtime interop |
| Dispose | Disposes of the object reference. |
| HandleInputChange | Invoked by the browser when the user changes the code. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |