class
DockInfo
public class DockInfo Description of a dock that is available to create by the backend.
Constructors
DockInfo() Properties
| Name | Type | Description |
|---|---|---|
Title | String | This is what the dock will be shown as in the menu - but also what it will be referenced as internally. |
Icon | String | Icon to show in the menu. |
CreateAction | Func<Widget> | Called when the window wants to create this dock but it doesn't exist. |
DeleteOnClose | Boolean | If true we'll delete the widget when it's closed. Otherwise it'll just be hidden. |