tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > OptionalPublishingQueueExplorerTableHook

OptionalPublishingQueueExplorerTableHook type

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

Signature:

export type OptionalPublishingQueueExplorerTableHook = () => PublishingQueueExplorerTableHookResult | undefined;

References: PublishingQueueExplorerTableHookResult

Remarks

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