tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > PublishingQueueExplorerHook

PublishingQueueExplorerHook type

Hook for accessing PublishingQueue Explorer data.

Signature:

export type PublishingQueueExplorerHook = () => PublishingQueueExplorerHookResult;

References: PublishingQueueExplorerHookResult

Remarks

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