ItemConfigType Class |
Namespace: Openfin.Desktop.PlatformAPI.Layout
public class ItemConfigType
The ItemConfigType type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemConfigType | Initializes a new instance of the ItemConfigType class |
| Name | Description | |
|---|---|---|
| ComponentName |
The name of the component as specified in RegisterComponent. Mandatory if type is "component".
| |
| ComponentState |
A serializable object. Will be passed to the component constructor function and will be the value returned by GetState().
| |
| Content |
An array of configurations for items that will be created as children of this item.
| |
| Height |
The height of this item, relative to the other children of its parent in percent.
| |
| Id |
Used to retrieve the item using GetItemsById().
| |
| IsClosable |
Determines if the item is able to be closed. If false, the x on the items tab will be hidden.
| |
| Title |
The title of the item as displayed on its tab and on popout windows.
Default: ComponentName or an empty string.
| |
| Type |
The type of the item. Possible values are "row", "column", "stack", "component", and "react-component"
| |
| Width |
The width of this item, relative to the other children of its parent in percent.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |