Click or drag to resize

ItemConfigType Class

Experimental : This class defines layout item configuration
Inheritance Hierarchy
SystemObject
  Openfin.Desktop.PlatformAPI.LayoutItemConfigType

Namespace:  Openfin.Desktop.PlatformAPI.Layout
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class ItemConfigType

The ItemConfigType type exposes the following members.

Constructors
  NameDescription
Public methodItemConfigType
Initializes a new instance of the ItemConfigType class
Top
Properties
  NameDescription
Public propertyComponentName
The name of the component as specified in RegisterComponent. Mandatory if type is "component".
Public propertyComponentState
A serializable object. Will be passed to the component constructor function and will be the value returned by GetState().
Public propertyContent
An array of configurations for items that will be created as children of this item.
Public propertyHeight
The height of this item, relative to the other children of its parent in percent.
Public propertyId
Used to retrieve the item using GetItemsById().
Public propertyIsClosable
Determines if the item is able to be closed. If false, the x on the items tab will be hidden.
Public propertyTitle
The title of the item as displayed on its tab and on popout windows. Default: ComponentName or an empty string.
Public propertyType
The type of the item. Possible values are "row", "column", "stack", "component", and "react-component"
Public propertyWidth
The width of this item, relative to the other children of its parent in percent.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also