public sealed class CodeEditor : ComponentBase,
IDisposable| CodeEditor | Initializes a new instance of the CodeEditor class |
| CodeLanguage | Coding language we're currently working in. |
| Content | Content for the editor. |
| ContentChanged | Triggered when the content changes. |
| JsRuntime | Dependency injected JS runtime interop |
| OnInput | OnInput event handler, invoked when the user writes code. |
| Dispose | Disposes of the object reference. |
| OnCodeEdited | Invoked when the user enters code in the textarea. |
| 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)) |