Click or drag to resize

ItemConfigType Properties

The ItemConfigType type exposes the following members.

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
See Also