(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;
link?: string;
externalLink?: boolean;
externalLink?: boolean;
target?:
| '_blank'
| '_self'
| '_parent'
| '_top'
| string;
exactMatch?: boolean;
isActiveMatchOptions?: IsActiveMatchOptions;
function?: (item: FuseNavigationItem) => void;
@ -199,6 +206,14 @@
<strong>link</strong> property.
</td>
</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>
<td class="font-mono text-md text-secondary">
<div>exactMatch</div>