From c7c2699b89afcc1128879aab14403ba03779a02f Mon Sep 17 00:00:00 2001 From: Hristian Stefanov Date: Thu, 24 Jul 2025 15:52:42 +0300 Subject: [PATCH] chore(DockManager): remove non-existing parameter --- components/dockmanager/overview.md | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dockmanager/overview.md b/components/dockmanager/overview.md index bfa6c429c2..6853d7aff4 100644 --- a/components/dockmanager/overview.md +++ b/components/dockmanager/overview.md @@ -120,7 +120,6 @@ The following table lists the Dock Manager parameters. Also check the [DockManag | Parameter | Type and Default Value | Description | | --- | --- | --- | | `AllowFloat` | `bool`
(`false`) | Determines whether the pane can be dragged from the dock manager layout to create a new floating pane. | -| `AllowInnerDock` | `bool`
(`true`) | Restricts from performing inner docking within the specified pane. Inner docking is an operation that allows dropping one pane over another, creating a TabGroupPane (TabStrip). | | `Class` | `string` | The custom CSS class of the `
` element. Use it to [override theme styles](slug:themes-override). | | `Closeable` | `bool`
(`false`) | Determines whether the pane can be closed. | | `Dockable` | `bool`
(`false`) | Specifies whether the pane allows other panes to be docked to or over it. This determines if the end user can drop other panes over it or next to it, creating a DockManagerSplitPane (Splitter) or a DockManagerTabGroupPane (TabStrip). |