Home > @tridion-sites/extensions > PublishTransactionsQueryProps
Signature:
export interface PublishTransactionsQueryProps
| Property | Modifiers | Type | Description |
|---|---|---|---|
| endDate? | Date | (Optional) Option to filter transactions prior to specified date. | |
| priority? | PublishPriority | (Optional) Option to filter transactions with specific priority. | |
| publicationId? | TcmUri | (Optional) Option to filter transactions for specific publication. | |
| startDate? | Date | (Optional) Option to filter transactions following specified date. | |
| state? | PublishTransactionState | (Optional) Option to filter transactions based ot it’s state. | |
| targetTypeId? | TcmUri | (Optional) Option to filter transactions for specific Target Type. | |
| userId? | TcmUri | (Optional) Option to filter transaction created by specific User. |