Methods
(static) from(configurationElement) → {$k.PanelConfiguration}
Returns the confguration defined by the element
Parameters:
Name | Type | Description |
---|---|---|
configurationElement | $k. | The configuration element |
- Since
- 5.4.0
Returns:
- Type:
- $k.
PanelConfiguration
parent() → {$k.PanelConfiguration|undefined}
Returns the parent configuration
- Since
- 5.4.0
Returns:
- Type:
- $k.
PanelConfiguration |undefined
setRenderContext(renderContextObject)
Set render context
Parameters:
Name | Type | Description |
---|---|---|
renderContextObject | object |
- Since
- 5.3.0
- 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>