Class EditorView
public class EditorView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
EditorView
- Implements
- Inherited Members
Properties
Commands
[Parameter]
public IEnumerable<IEditorCommand> Commands { get; set; }
Property Value
Editor
[Parameter]
[EditorRequired]
public required HistoryEditor Editor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
protected override void OnInitialized()