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