mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-19 07:17:09 +00:00
(docs) Added docs about navigation tooltip
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user