API Referenceglobal
DockInfoclass
Description of a registered dock type.
object→DockInfo
Constructors1
Showing 1 constructors
public DockInfo()
No results match this filter.
Properties4
Showing 4 properties
public Editor.DockArea Editor.DockManager.DockInfo.Area { get; set; }
Default dock area when first created.
public System.Func`1<Editor.Widget> Editor.DockManager.DockInfo.CreateAction { get; set; }
Factory to create the content widget on demand.
public string Editor.DockManager.DockInfo.Icon { get; set; }
Icon shown in menus and tabs.
Returns:
string—public string Editor.DockManager.DockInfo.Title { get; set; }
Display title and internal key for the dock.
Returns:
string—No results match this filter.