s&box docs

public class Editor.DockManager.DockInfo

Description of a dock that is available to create by the backend.

Constructors

Showing 1 constructors

Properties

Showing 4 properties

public System.Func`1<Editor.Widget> Editor.DockManager.DockInfo.CreateAction { get; set; }

Called when the window wants to create this dock but it doesn't exist.

public bool Editor.DockManager.DockInfo.DeleteOnClose { get; set; }

If true we'll delete the widget when it's closed. Otherwise it'll just be hidden.

public string Editor.DockManager.DockInfo.Title { get; set; }

This is what the dock will be shown as in the menu - but also what it will be referenced as internally.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.DockManager.DockInfo

On this page