tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ContentExplorerTreeHook

ContentExplorerTreeHook type

Hook for accessing Content Explorer Tree data and methods.

Signature:

export type ContentExplorerTreeHook = () => ContentExplorerTreeHookResult;

References: ContentExplorerTreeHookResult

Remarks

Should be used only inside Content Explorer Tree, otherwise throws an error.