Home > @tridion-sites/extensions > ContentExplorerHookResult
Data and methods of the Content Explorer.
Signature:
export interface ContentExplorerHookResult
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. |