new PanelConfiguration()
Configuration of a panel
Extends
Methods
(static) from(configurationElement) → {$k.PanelConfiguration}
Returns the confguration defined by the element
Parameters:
Name | Type | Description |
---|---|---|
configurationElement | $k.SemanticElement | The configuration element |
- Since
- 5.4.0
Returns:
- Type:
- $k.PanelConfiguration
parent() → {$k.PanelConfiguration}
Returns the parent configuration
- Since
- 5.4.0
Returns:
- Type:
- $k.PanelConfiguration
setRenderContext(renderContextObject)
Set render context
Parameters:
Name | Type | Description |
---|---|---|
renderContextObject | RenderContext |
- Since
- 5.3.0
- Inherited From
- Deprecated
- This function is deprecated and might be removed in future releases
subPanels() → {Array.<$k.PanelConfiguration>}
Returns the child configurations
- Since
- 5.4.0
Returns:
- Type:
- Array.<$k.PanelConfiguration>