DockInfoclass

Description of a registered dock type.

objectDockInfo
Namespace
global
Assembly
Sandbox.Tools
Declaration
public class Editor.DockManager.DockInfo

Constructors1

Showing 1 constructors

Properties4

Showing 4 properties

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

Factory to create the content widget on demand.

Returns:Func<Widget>

public string Editor.DockManager.DockInfo.Icon { get; set; }PUBLICGETSET

Icon shown in menus and tabs.

Returns:string

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

Display title and internal key for the dock.

Returns:string

On this page