RenderTreeEdit Struct

Definition

Types in the Microsoft.AspNetCore.Components.RenderTree are not recommended for use outside of the Blazor framework. These types will change in future release.

public value class RenderTreeEdit
public readonly struct RenderTreeEdit
type RenderTreeEdit = struct
Public Structure RenderTreeEdit
Inheritance
RenderTreeEdit

Fields

MoveToSiblingIndex

If the Type value is PermutationListEntry, gets the sibling index to which the frame should be moved.

ReferenceFrameIndex

Gets the index of related data in an associated render frames array. For example, if the Type value is PrependFrame, gets the index of the new frame data in an associated render tree.

RemovedAttributeName

If the Type value is RemoveAttribute, gets the name of the attribute that is being removed.

SiblingIndex

Gets the index of the sibling frame that the edit relates to.

Type

Gets the type of the edit operation.

Applies to