Home > @tridion-sites/extensions > PublishingQueueExplorerHookResult
Data of the PublishingQueue Explorer.
Signature:
export interface PublishingQueueExplorerHookResult
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. |