diff --git a/components/window/overview.md b/components/window/overview.md
index a8c91239d8..5d132896db 100644
--- a/components/window/overview.md
+++ b/components/window/overview.md
@@ -91,6 +91,7 @@ The following table lists the Window parameters. Also check the [Window API](/bl
| `Draggable` | `bool` | Sets if the Window allows moving. |
| `FooterLayoutAlign` | `WindowFooterLayoutAlign` enum
(`Stretch`) | The alignment of the HTML elements in the `WindowFooter`. The possible options are `Stretch`, `Start`, `End`, and `Center`. |
| `Height` | `string` | The `height` style of the `
` element. The parameter supports two-way binding. |
+| `Id` | `string` | The `id` attribute of the `
` element. |
| `Left` | `string` | The `left` style of the Window relative to the browser viewport. The parameter supports two-way binding. If `ContainmentSelector` is set, the left position is with regard to the defined container. |
| `MaxHeight` | `string` | The maximum height of the Window during resizing or initial display. For example, if there is a lot of content and a fixed `Height` is not set. |
| `MaxWidth` | `string` | The maximum width of the Window during resizing or initial display. For example, if there is a lot of content and a fixed `Width` is not set. |