tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > OptionalActivitiesExplorerTableHook

OptionalActivitiesExplorerTableHook type

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

Signature:

export type OptionalActivitiesExplorerTableHook = () => ActivitiesExplorerTableHookResult | undefined;

References: ActivitiesExplorerTableHookResult

Remarks

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