Class BootstrapTooltip
Inheritance
BootstrapTooltip
Implements
Inherited Members
Namespace: PoeShared.Blazor.Controls
Assembly: PoeShared.Blazor.Controls.dll
Syntax
public class BootstrapTooltip : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Constructors
Name | Description |
---|---|
BootstrapTooltip() |
Fields
Name | Description |
---|---|
JsFilePath |
Properties
Name | Description |
---|---|
AllOtherAttributes | |
Animation | Apply a CSS fade transition to the tooltip
Default is |
Boundary | |
ChildContent | Sets the content which the tooltip should wrap around. |
Container | |
CustomClass | Sets the bootstrap custom class property
Default is Requires at least Bootstrap 5.2 or later. |
Delay | Delay showing and hiding the tooltip (ms)—doesn’t apply to manual trigger type. If a number is supplied, delay is applied to both hide/show. |
FallbackPlacements | |
Html | Enables HTML Content in the tooltip.
Default is |
Placement | Sets the default positioning of the tooltip. Default is Top |
Sanitize | |
Selector | |
Template | |
Title | Sets the text of the tooltip. |
Trigger |
Methods
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
DisposeAsync() | |
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. |
OnParametersSetAsync() |