Skip to content

Commit a15ec06

Browse files
NansiYanchevaradkostanev
authored andcommitted
docs(Window):correct centered type
1 parent 9889dc2 commit a15ec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/window/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following table lists the Window parameters. Also check the [Window API](/bl
8484

8585
| Parameter | Type and Default Value | Description |
8686
| --- | --- | --- |
87-
| `Centered` | `string` <br /> (`true`) | Determines if the Window displays in the middle of the viewport. This parameter is ignored if `Top` or `Left` is set to a non-empty string. |
87+
| `Centered` | `bool` <br /> (`true`) | Determines if the Window displays in the middle of the viewport. This parameter is ignored if `Top` or `Left` is set to a non-empty string. |
8888
| `Class` | `string` | The custom CSS class of the `<div class="k-window">` element. Use it to [override theme styles]({%slug themes-override%}). Here is a [custom Window styling example]({%slug window-kb-custom-css-styling%}). |
8989
| `CloseOnOverlayClick` | `bool` | Sets if a modal Window will close when the user clicks on the modal overlay that covers the rest of the page content. |
9090
| `ContainmentSelector` | `string` | A CSS selector that points to a unique HTML element on the page. The Window will render inside the specified container. Window resizing and dragging will be restricted by the boundaries of the specified container. Do not use `ContainmentSelector` with modal Windows. |

0 commit comments

Comments
 (0)