tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ContentExplorerHookResult

ContentExplorerHookResult interface

Data and methods of the Content Explorer.

Signature:

export interface ContentExplorerHookResult

Properties

Property Modifiers Type Description
currentItem   IdentifiableObject | undefined Currently active item.
currentNode   ContentExplorerNode | undefined  
hierarchy   ContentExplorerHierarchy  
hierarchyLoadingState   ContentExplorerHierarchyLoadingState Loading state of nodes of the Content Explorer hierarchy.
setTarget   (props: SetTargetContentExplorerProps) => void Method to change current location of the Content Explorer.