Skip to content

Commit f786513

Browse files
wnvkoCopilot
andauthored
Update projects/igniteui-angular/grids/core/src/common/grid.interface.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f244ab8 commit f786513

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

projects/igniteui-angular/grids/core/src/common/grid.interface.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,9 @@ export interface GridType extends IGridDataBindable {
519519
/** @hidden @internal */
520520
filteringService: any;
521521
/**
522-
* @deprecated The `outlet` property is deprecated and no longer has any effect.
523-
* The overlay service now always renders content in place using the HTML Popover API.
524-
* This property will be removed in a future version.
522+
* @deprecated The `outlet` property is deprecated and will be removed in a future version.
523+
* It is still honored by the overlay service to determine where the overlay wrapper is attached,
524+
* but no new code should rely on it and existing usages should migrate away from it.
525525
*/
526526
outlet: any;
527527
/** Indicates whether the grid has columns that can be moved */

0 commit comments

Comments
 (0)