Skip to content

Commit f244ab8

Browse files
wnvkoCopilot
andauthored
Update projects/igniteui-angular/core/src/services/overlay/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 62135bb commit f244ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

projects/igniteui-angular/core/src/services/overlay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ this.overlay.show(component, overlaySettings);
135135
| Name | Description | Parameters |
136136
|-----------------|---------------------------------------------------------------------------------|------------|
137137
|getPointFromPositionsSettings| Calculates the point from which the overlay should start showing |settings |
138-
|createAbsoluteOverlaySettings| Creates overlay settings with global or container position strategy based on a preset position settings. **Note:** The `outlet` parameter is deprecated and no longer has any effect. The overlay service now always renders content in place. |position?, outlet?|
138+
|createAbsoluteOverlaySettings| Creates overlay settings with a global or container position strategy based on preset position settings and the provided outlet. When an outlet is specified, a container strategy is used and the content is rendered inside that outlet; otherwise, a global strategy is used and the content is rendered in place. |position?, outlet?|
139139
|createRelativeOverlaySettings| Creates overlay settings with auto, connected or elastic position strategy based on a preset position settings |target, strategy?, position?|
140140

141141

0 commit comments

Comments
 (0)