Skip to content

Commit e301a18

Browse files
committed
doc: 更新 delay 参数说明文档
1 parent f9623be commit e301a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Components/Tooltip/ITooltip.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public interface ITooltip
3939
/// <summary>
4040
/// 获得/设置 显示隐藏延时 默认 null
4141
/// </summary>
42+
/// <remarks>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. Object structure is: delay: { "show": 500, "hide": 100 }.</remarks>
4243
string? Delay { get; set; }
4344

4445
/// <summary>

0 commit comments

Comments
 (0)