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 {
134134 state ?: { [ k : string ] : any } ;
135135 routerLinkActiveOptions ?: { exact : boolean } | IsActiveMatchOptions ;
136136 routerLinkActive ?: string | string [ ] ;
137+ ariaCurrentWhenActive ?: 'page' | 'step' | 'location' | 'date' | 'time' | true | false ;
137138}
138139
139140export interface INavAttributes {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export interface INavLinkProps {
3131 state ?: { [ k : string ] : any } ;
3232 routerLinkActiveOptions ?: { exact : boolean } | IsActiveMatchOptions ;
3333 routerLinkActive ?: string | string [ ] ;
34+ ariaCurrentWhenActive ?: 'page' | 'step' | 'location' | 'date' | 'time' | true | false ;
3435}
3536
3637export interface INavData {
You can’t perform that action at this time.
0 commit comments