Skip to content

Commit 0e05c85

Browse files
committed
chore(*): added description for input property autoGenerated #6845
1 parent e5b861c commit 0e05c85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/tabs/tab-item.component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ export class IgxTabItemComponent extends IgxTabItemBase implements AfterViewInit
7373
this._label = newValue;
7474
}
7575

76-
/**@hidden*/
76+
/**
77+
* @hidden @internal
78+
* Set to true when the tab item is automatically generated from the IgxTabsComponent when tab groups are defined.
79+
*/
7780
@Input()
7881
public autoGenerated: boolean;
7982

0 commit comments

Comments
 (0)