Class ReactiveNotificationsContainer
Inheritance
ReactiveNotificationsContainer
Implements
Inherited Members
Namespace: EyeAuras.Blazor.Shared.Controls
Assembly: EyeAuras.Blazor.Shared.dll
Syntax
public class ReactiveNotificationsContainer : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Constructors
Name | Description |
---|---|
ReactiveNotificationsContainer() |
Properties
Name | Description |
---|---|
ConfirmRequests | |
Notifications |
Methods
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
CloseAll() | |
OnAfterFirstRenderAsync() | Method invoked first time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop. |