(docs) Added docs about navigation tooltip

This commit is contained in:
sercan
2021-06-20 21:29:37 +03:00
parent f4d737d3a3
commit 0c0ef40de3
2 changed files with 14 additions and 0 deletions

View File

@@ -94,6 +94,7 @@
hidden?: (item: FuseNavigationItem) => boolean;
active?: boolean;
disabled?: boolean;
tooltip?: string;
link?: string;
externalLink?: boolean;
externalLink?: boolean;
@@ -189,6 +190,14 @@
Whether the navigation item is disabled.
</td>
</tr>
<tr>
<td class="font-mono text-md text-secondary">
<div>tooltip</div>
</td>
<td>
Tooltip to show on item hover. Empty string will remove the tooltip.
</td>
</tr>
<tr>
<td class="font-mono text-md text-secondary">
<div>link</div>