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