Table of Contents

Class BOBToastHost

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll
[GenerateComponentInfo]
public class BOBToastHost : BOBComponentBase
Inheritance
object
ComponentBase
BOBToastHost
Inherited Members

Constructors

BOBToastHost()

public BOBToastHost()

Properties

MaxVisiblePerPosition

Maximum number of toasts rendered simultaneously per position. Excess toasts queue and surface as older ones close.

[Parameter]
public int MaxVisiblePerPosition { get; set; }

Property Value

int

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

DisposeAsync()

public override ValueTask DisposeAsync()

Returns

ValueTask

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