Class: SidebarPageStructurePanel

SidebarPageStructurePanel()

SidebarPageStructurePanel

Members

(static, non-null) STATE :Object

State definition.
Type:
  • Object
Source:

_expandedNodes :Array.<string>

List of expanded nodes.
Type:
  • Array.<string>
Default Value:
  • ['root']
Source:

Methods

(static) _getColumnTree(state, column) → {Object}

Parameters:
Name Type Description
state object
column object
Source:
Returns:
Type
Object

(static) _getFragmentEntryLinkTree(state, fragmentEntryLink) → {Object}

Parameters:
Name Type Description
state object
fragmentEntryLink object
Source:
Returns:
Type
Object

(static) _getRowTree(state, row) → {Object}

Parameters:
Name Type Description
state object
row object
Source:
Returns:
Type
Object