Home > @tridion-sites/extensions > ActivitiesExplorerHookResult
Data of the Activities Explorer.
Signature:
export interface ActivitiesExplorerHookResult
Property | Modifiers | Type | Description |
---|---|---|---|
currentItem | ActivityInstance | undefined | Currently active ActivityInstance. | |
items | ReadonlyArray<ActivityInstance> | List of Activity Instances. | |
itemsLoadingState | LoadingState | The loading state of the Activity Instances list. |