Skip to content

Commit 35d4852

Browse files
wnvkoCopilot
andauthored
Update projects/igniteui-angular/core/src/services/overlay/utilities.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed1c117 commit 35d4852

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • projects/igniteui-angular/core/src/services/overlay

projects/igniteui-angular/core/src/services/overlay/utilities.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,11 @@ export interface OverlaySettings {
132132
closeOnEscape?: boolean;
133133
/* blazorSuppress */
134134
/**
135-
* @deprecated The `outlet` property is deprecated. Use `keepInPlace` property to keep the overlay in its original DOM position.
136-
* Set the outlet container to attach the overlay to */
135+
* @deprecated The `outlet` property is deprecated. There is no direct 1:1 replacement for attaching overlays to an arbitrary outlet
136+
* container. If you only used `outlet` to keep the overlay in its current DOM position (i.e. not moved to the overlay container),
137+
* use the `keepInPlace` property instead.
138+
* Set the outlet container to attach the overlay to.
139+
*/
137140
outlet?: IgxOverlayOutletDirective | ElementRef;
138141
/**
139142
* @hidden @internal

0 commit comments

Comments
 (0)