mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(docs) Added "target" docs to navigation
This commit is contained in:
parent
ff086b1ed0
commit
5962c80e8d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user