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