File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
projects/coreui-angular/src/lib Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ export interface INavLinkProps {
134
134
state ?: { [ k : string ] : any } ;
135
135
routerLinkActiveOptions ?: { exact : boolean } | IsActiveMatchOptions ;
136
136
routerLinkActive ?: string | string [ ] ;
137
+ ariaCurrentWhenActive ?: 'page' | 'step' | 'location' | 'date' | 'time' | true | false ;
137
138
}
138
139
139
140
export interface INavAttributes {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export interface INavLinkProps {
31
31
state ?: { [ k : string ] : any } ;
32
32
routerLinkActiveOptions ?: { exact : boolean } | IsActiveMatchOptions ;
33
33
routerLinkActive ?: string | string [ ] ;
34
+ ariaCurrentWhenActive ?: 'page' | 'step' | 'location' | 'date' | 'time' | true | false ;
34
35
}
35
36
36
37
export interface INavData {
You can’t perform that action at this time.
0 commit comments