File tree Expand file tree Collapse file tree
projects/igniteui-angular/grids/core/src/common Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments