tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ContentExplorerHook

ContentExplorerHook type

Hook for accessing Content Explorer data and methods.

Signature:

export type ContentExplorerHook = () => ContentExplorerHookResult;

References: ContentExplorerHookResult

Remarks

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