tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > OptionalPublishingQueueExplorerHook

OptionalPublishingQueueExplorerHook type

Hook for accessing PublishingQueue Explorer data when available.

Signature:

export type OptionalPublishingQueueExplorerHook = () => PublishingQueueExplorerHookResult | undefined;

References: PublishingQueueExplorerHookResult

Remarks

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