package activitypub

  1. Overview
  2. Docs

Class type Types.collection_pageSource

A CollectionPage's interface.

inherit collection
method part_of : [ `L of link | `I of Iri.t ] option
method next : [ `L of link | `I of Iri.t ] option
method prev : [ `L of link | `I of Iri.t ] option