Skip to content

Commit

Permalink
docs(Window):correct centered type
Browse files Browse the repository at this point in the history
  • Loading branch information
NansiYancheva committed May 23, 2024
1 parent eda84f4 commit bfe03fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/window/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following table lists the Window parameters. Also check the [Window API](/bl

| Parameter | Type and Default Value | Description |
| --- | --- | --- |
| `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. |
| `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. |
| `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%}). |
| `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. |
| `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. |
Expand Down

0 comments on commit bfe03fe

Please sign in to comment.