Skip to content

Commit

Permalink
Add docs for externalLinkTarget change
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamhency committed Jul 14, 2020
1 parent 3d22de5 commit 0a23859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class LayoutNavComponent {
* links will open in a new tab unless a different target is specified within externalLinkTarget.
*/
isExternalLink?: boolean;
externalLinkTarget?: '_self' | '_blank' | '_parent' | '_top';
externalLinkTarget?: '_self' | '_blank' | '_parent' | '_top' | string;
}
export interface NavGroup {
Expand Down

0 comments on commit 0a23859

Please sign in to comment.