(docs) Added "target" docs to navigation

This commit is contained in:
sercan 2021-06-14 08:53:01 +03:00
parent ff086b1ed0
commit 5962c80e8d

View File

@ -96,6 +96,13 @@
disabled?: boolean; disabled?: boolean;
link?: string; link?: string;
externalLink?: boolean; externalLink?: boolean;
externalLink?: boolean;
target?:
| '_blank'
| '_self'
| '_parent'
| '_top'
| string;
exactMatch?: boolean; exactMatch?: boolean;
isActiveMatchOptions?: IsActiveMatchOptions; isActiveMatchOptions?: IsActiveMatchOptions;
function?: (item: FuseNavigationItem) => void; function?: (item: FuseNavigationItem) => void;
@ -199,6 +206,14 @@
<strong>link</strong> property. <strong>link</strong> property.
</td> </td>
</tr> </tr>
<tr>
<td class="font-mono text-md text-secondary">
<div>target</div>
</td>
<td>
Sets the <em>target</em> attribute of the external, outgoing link.
</td>
</tr>
<tr> <tr>
<td class="font-mono text-md text-secondary"> <td class="font-mono text-md text-secondary">
<div>exactMatch</div> <div>exactMatch</div>