tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > PublishingQueueExplorerHookResult

PublishingQueueExplorerHookResult interface

Data of the PublishingQueue Explorer.

Signature:

export interface PublishingQueueExplorerHookResult

Properties

Property Modifiers Type Description
currentItem   PublishTransaction | undefined Currently active PublishTransaction.
items   ReadonlyArray<PublishTransaction> List of Publish Transactions.
itemsLoadingState   LoadingState The loading state of the Publish Transactions list.