Skip to main content

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?

optional totalItems: number

Total number of items.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-totalitems

Inherited from

IActivityStreamsCollection.totalItems


items?

optional items: ObjectOrArray<string | IJsonLdNodeObject>

The items of the collection.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items

Inherited from

IActivityStreamsCollection.items


first?

optional first: string | IJsonLdNodeObject

First page.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-first

Inherited from

IActivityStreamsCollection.first


last?

optional last: string | IJsonLdNodeObject

Last page.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-last

Inherited from

IActivityStreamsCollection.last


current?

optional current: 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?

optional partOf: string | IJsonLdNodeObject

Parent collection.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-partof


next?

optional next: string | IJsonLdNodeObject

Next page.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-next


prev?

optional prev: 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?

optional id: string

Global identifier.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-id

Inherited from

IActivityStreamsCollection.id


name?

optional name: string | IJsonLdLanguageMap

Natural language name.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name

Inherited from

IActivityStreamsCollection.name


nameMap?

optional nameMap: IJsonLdLanguageMap

Natural language name map.

See

https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues

Inherited from

IActivityStreamsCollection.nameMap


summary?

optional summary: string | IJsonLdLanguageMap

Natural language summary.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary

Inherited from

IActivityStreamsCollection.summary


summaryMap?

optional summaryMap: IJsonLdLanguageMap

Natural language summary map.

See

https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues

Inherited from

IActivityStreamsCollection.summaryMap


content?

optional content: string | IJsonLdLanguageMap

Natural language content.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content

Inherited from

IActivityStreamsCollection.content


contentMap?

optional contentMap: IJsonLdLanguageMap

Natural language content map.

See

https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues

Inherited from

IActivityStreamsCollection.contentMap


url?

optional url: 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?

optional image: 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?

optional icon: 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?

optional published: string

Published date-time.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published

Inherited from

IActivityStreamsCollection.published


updated?

optional updated: string

Updated date-time.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated

Inherited from

IActivityStreamsCollection.updated


startTime?

optional startTime: string

Start time.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime

Inherited from

IActivityStreamsCollection.startTime


endTime?

optional endTime: string

End time.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime

Inherited from

IActivityStreamsCollection.endTime


duration?

optional duration: string

Duration.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration

Inherited from

IActivityStreamsCollection.duration


generator?

optional generator: ObjectOrArray<string | IJsonLdNodeObject>

The generator of the object.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator

Inherited from

IActivityStreamsCollection.generator


attachment?

optional attachment: ObjectOrArray<string | IJsonLdNodeObject>

Attachments.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment

Inherited from

IActivityStreamsCollection.attachment


attributedTo?

optional attributedTo: ObjectOrArray<string | IJsonLdNodeObject>

Objects attributed to.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto

Inherited from

IActivityStreamsCollection.attributedTo


audience?

optional audience: ObjectOrArray<string | IJsonLdNodeObject>

Audience.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience

Inherited from

IActivityStreamsCollection.audience


context?

optional context: ObjectOrArray<string | IJsonLdNodeObject>

Context.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context

Inherited from

IActivityStreamsCollection.context


location?

optional location: ObjectOrArray<string | IJsonLdNodeObject>

Location.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location

Inherited from

IActivityStreamsCollection.location


tag?

optional tag: ObjectOrArray<string | IJsonLdNodeObject>

Tag.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag

Inherited from

IActivityStreamsCollection.tag


inReplyTo?

optional inReplyTo: ObjectOrArray<string | IJsonLdNodeObject>

In reply to.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto

Inherited from

IActivityStreamsCollection.inReplyTo


replies?

optional replies: 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?

optional preview: ObjectOrArray<string | IJsonLdNodeObject>

Preview.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview

Inherited from

IActivityStreamsCollection.preview


to?

optional to: ObjectOrArray<string | IJsonLdNodeObject>

To.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to

Inherited from

IActivityStreamsCollection.to


bto?

optional bto: ObjectOrArray<string | IJsonLdNodeObject>

BTo.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto

Inherited from

IActivityStreamsCollection.bto


cc?

optional cc: ObjectOrArray<string | IJsonLdNodeObject>

CC.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc

Inherited from

IActivityStreamsCollection.cc


bcc?

optional bcc: ObjectOrArray<string | IJsonLdNodeObject>

BCC.

See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc

Inherited from

IActivityStreamsCollection.bcc