ItemConfigType Properties |
The ItemConfigType type exposes the following members.
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.
|