[][src]Type Definition activitystreams::collection::UnorderedCollectionPage

type UnorderedCollectionPage = CollectionPage<CollectionPageType>;

Used to represent distinct subsets of items from a Collection.

This is just an alias for CollectionPage<CollectionPageType> because there's no fields inherent to UnorderedCollection that aren't already present on a CollectionPage.