Interface IHasDisplayTabs
Interface which may be used by plugins which provides generates custom display text. Plugin should return enumerable of IDisplayTab objects each of which represents a display tab.
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IHasDisplayTabs
Properties
DisplayTabs
Declaration
IEnumerable<IDisplayTab> DisplayTabs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDisplayTab> |