---
name: InitialDockState
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Describes the initial docking state of a DockWidgetPluginGui."
---

# InitialDockState

Describes the initial docking state of a [DockWidgetPluginGui](/docs/reference/engine/classes/DockWidgetPluginGui.md).

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Top` | 0 | The widget will appear docked above the game screen. |
| `Bottom` | 1 | The widget will appear docked below the game screen. |
| `Left` | 2 | The widget will appear docked to the left of the game screen. |
| `Right` | 3 | The widget will appear docked to the right of the game screen. |
| `Float` | 4 | The widget will not be docked to any side of the game screen, and instead can be freely dragged around. |