Table of Contents

Class EditorView

Namespace
The.Web.Model
Assembly
Instagile.Web.Client.dll
public class EditorView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
EditorView
Implements
Inherited Members

Properties

Commands

[Parameter]
public IEnumerable<IEditorCommand> Commands { get; set; }

Property Value

IEnumerable<IEditorCommand>

Editor

[Parameter]
[EditorRequired]
public required HistoryEditor Editor { get; set; }

Property Value

HistoryEditor

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

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()