$k. PanelConfiguration

Configuration of a panel

Methods

(static) from(configurationElement) → {$k.PanelConfiguration}

Returns the confguration defined by the element

Parameters:
NameTypeDescription
configurationElement$k.Instance

The configuration element

Since
  • 5.4.0
Returns:
Type: 
$k.PanelConfiguration

bookmarkIdentifier() → {string|undefined}

Since
  • 6.1.0
Returns:

The bookmark identifier

Type: 
string | undefined

configElement() → {$k.Instance}

Since
  • 4.1.0
Returns:
Type: 
$k.Instance

label() → {string}

Get the view's label if applicable

Since
  • 6.1.0
Returns:

The label

Type: 
string

parent() → {$k.PanelConfiguration|undefined}

Returns the parent configuration

Since
  • 5.4.0
Returns:
Type: 
$k.PanelConfiguration | undefined

setRenderContext(renderContextObject)

Set render context

Parameters:
NameTypeDescription
renderContextObjectobject
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>