Interface: IActivityStreamsCollectionPage
A W3C Activity Streams CollectionPage.
A CollectionPage represents a single page of items from a larger Collection.
Use partOf to reference the parent collection, and next/prev for paging links.
See
https://www.w3.org/TR/activitystreams-core/#collections
Extends
Extended by
Indexable
[key: string]: string | number | boolean | string[] | IJsonLdContextDefinition | IJsonLdNodeObject | IJsonLdGraphObject | object & object | object & object | object & object | IJsonLdListObject | IJsonLdSetObject | IJsonLdNodePrimitive[] | IJsonLdLanguageMap | IJsonLdIndexMap | IJsonLdNodeObject[] | IJsonLdIdMap | IJsonLdTypeMap | IJsonLdContextDefinitionElement[] | IJsonLdJsonObject | IJsonLdJsonObject[] | {[key: string]: string; } | null | undefined
Properties
totalItems?
optionaltotalItems:number
Total number of items.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-totalitems
Inherited from
IActivityStreamsCollection.totalItems
items?
optionalitems:ObjectOrArray<string|IJsonLdNodeObject>
The items of the collection.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items
Inherited from
IActivityStreamsCollection.items
first?
optionalfirst:string|IJsonLdNodeObject
First page.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-first
Inherited from
IActivityStreamsCollection.first
last?
optionallast:string|IJsonLdNodeObject
Last page.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-last
Inherited from
IActivityStreamsCollection.last
current?
optionalcurrent:string|IJsonLdNodeObject
Current page.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-current
Inherited from
IActivityStreamsCollection.current
type
type:
ObjectOrArray<string>
CollectionPage type.
Overrides
IActivityStreamsCollection.type
partOf?
optionalpartOf:string|IJsonLdNodeObject
Parent collection.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-partof
next?
optionalnext:string|IJsonLdNodeObject
Next page.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-next
prev?
optionalprev:string|IJsonLdNodeObject
Previous page.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-prev
@context
@context:
ActivityStreamsContextType
The LD Context.
Inherited from
IActivityStreamsCollection.@context
id?
optionalid:string
Global identifier.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-id
Inherited from
name?
optionalname:string|IJsonLdLanguageMap
Natural language name.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name
Inherited from
IActivityStreamsCollection.name
nameMap?
optionalnameMap:IJsonLdLanguageMap
Natural language name map.
See
https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
Inherited from
IActivityStreamsCollection.nameMap
summary?
optionalsummary:string|IJsonLdLanguageMap
Natural language summary.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary
Inherited from
IActivityStreamsCollection.summary
summaryMap?
optionalsummaryMap:IJsonLdLanguageMap
Natural language summary map.
See
https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
Inherited from
IActivityStreamsCollection.summaryMap
content?
optionalcontent:string|IJsonLdLanguageMap
Natural language content.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content
Inherited from
IActivityStreamsCollection.content
contentMap?
optionalcontentMap:IJsonLdLanguageMap
Natural language content map.
See
https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
Inherited from
IActivityStreamsCollection.contentMap
url?
optionalurl:ObjectOrArray<string|IJsonLdNodeObject>
A link to the representation of the object.
The value can be a URI or an embedded node object.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url
Inherited from
IActivityStreamsCollection.url
image?
optionalimage:ObjectOrArray<string|IJsonLdNodeObject>
A graphical representation of the object.
The value can be a URI or an embedded Image/Link object.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term
Inherited from
IActivityStreamsCollection.image
icon?
optionalicon:ObjectOrArray<string|IJsonLdNodeObject>
An icon for the object.
The value can be a URI or an embedded Image/Link object.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon
Inherited from
IActivityStreamsCollection.icon
published?
optionalpublished:string
Published date-time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published
Inherited from
IActivityStreamsCollection.published
updated?
optionalupdated:string
Updated date-time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated
Inherited from
IActivityStreamsCollection.updated
startTime?
optionalstartTime:string
Start time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime
Inherited from
IActivityStreamsCollection.startTime
endTime?
optionalendTime:string
End time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime
Inherited from
IActivityStreamsCollection.endTime
duration?
optionalduration:string
Duration.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration
Inherited from
IActivityStreamsCollection.duration
generator?
optionalgenerator:ObjectOrArray<string|IJsonLdNodeObject>
The generator of the object.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator
Inherited from
IActivityStreamsCollection.generator
attachment?
optionalattachment:ObjectOrArray<string|IJsonLdNodeObject>
Attachments.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment
Inherited from
IActivityStreamsCollection.attachment
attributedTo?
optionalattributedTo:ObjectOrArray<string|IJsonLdNodeObject>
Objects attributed to.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto
Inherited from
IActivityStreamsCollection.attributedTo
audience?
optionalaudience:ObjectOrArray<string|IJsonLdNodeObject>
Audience.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience
Inherited from
IActivityStreamsCollection.audience
context?
optionalcontext:ObjectOrArray<string|IJsonLdNodeObject>
Context.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context
Inherited from
IActivityStreamsCollection.context
location?
optionallocation:ObjectOrArray<string|IJsonLdNodeObject>
Location.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location
Inherited from
IActivityStreamsCollection.location
tag?
optionaltag:ObjectOrArray<string|IJsonLdNodeObject>
Tag.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag
Inherited from
IActivityStreamsCollection.tag
inReplyTo?
optionalinReplyTo:ObjectOrArray<string|IJsonLdNodeObject>
In reply to.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto
Inherited from
IActivityStreamsCollection.inReplyTo
replies?
optionalreplies:IJsonLdNodeObject
Replies collection.
Typically an embedded Collection of Objects that are replies to this object.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies
Inherited from
IActivityStreamsCollection.replies
preview?
optionalpreview:ObjectOrArray<string|IJsonLdNodeObject>
Preview.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview
Inherited from
IActivityStreamsCollection.preview
to?
optionalto:ObjectOrArray<string|IJsonLdNodeObject>
To.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to
Inherited from
bto?
optionalbto:ObjectOrArray<string|IJsonLdNodeObject>
BTo.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto
Inherited from
IActivityStreamsCollection.bto
cc?
optionalcc:ObjectOrArray<string|IJsonLdNodeObject>
CC.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc
Inherited from
bcc?
optionalbcc:ObjectOrArray<string|IJsonLdNodeObject>
BCC.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc