Home > @tridion-sites/extensions > OptionalContentExplorerTableHook
Hook for accessing Content Explorer Table data and methods when available.
Signature:
export type OptionalContentExplorerTableHook = () => ContentExplorerTableHookResult | undefined;
References: ContentExplorerTableHookResult
Safe to be used within or outside of the Content Explorer Table. undefined
is returned when used outside of Content Explorer Table.