tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > OptionalContentExplorerTableHook

OptionalContentExplorerTableHook type

Hook for accessing Content Explorer Table data and methods when available.

Signature:

export type OptionalContentExplorerTableHook = () => ContentExplorerTableHookResult | undefined;

References: ContentExplorerTableHookResult

Remarks

Safe to be used within or outside of the Content Explorer Table. undefined is returned when used outside of Content Explorer Table.