tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ContentExplorerTableHook

ContentExplorerTableHook type

Hook for accessing Content Explorer Table data and methods.

Signature:

export type ContentExplorerTableHook = () => ContentExplorerTableHookResult;

References: ContentExplorerTableHookResult

Remarks

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