Skip to content

Commit e1f5bd0

Browse files
authored
docs(pivot): correct dimension internal prop jsdoc tags (#14447)
1 parent 7a840a7 commit e1f5bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export interface IPivotDimension {
130130
width?: string;
131131
/** Level of the dimension. */
132132
level?: number;
133-
/** hidden */
133+
/** @hidden @internal */
134134
autoWidth?: number;
135135
horizontalSummary? : boolean;
136136
}

0 commit comments

Comments
 (0)