Skip to content

Commit b34d0ed

Browse files
authored
docs(toolbar): mark actions grid prop as internal (#14502)
1 parent 2f80517 commit b34d0ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/toolbar/grid-toolbar-advanced-filtering.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export class IgxGridToolbarAdvancedFilteringComponent implements AfterViewInit {
3232
protected numberOfColumns: number;
3333
/**
3434
* Returns the grid containing this component.
35+
* @hidden @internal
3536
*/
3637
public get grid() {
3738
return this.toolbar.grid;

projects/igniteui-angular/src/lib/grids/toolbar/grid-toolbar.base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export abstract class BaseToolbarDirective implements OnDestroy {
9999

100100
/**
101101
* Returns the grid containing this component.
102+
* @hidden @internal
102103
*/
103104
public get grid() {
104105
return this.toolbar.grid;

0 commit comments

Comments
 (0)