Skip to main content

Interface: IActivityStreamsOrderedCollectionPage

A W3C Activity Streams OrderedCollectionPage.

An OrderedCollectionPage is a page from an OrderedCollection. When orderedItems are present, startIndex can be used as an offset for the first item in the page.

See

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

Extends

Properties

totalItems?

optional totalItems?: number

Total number of items.

See

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

Inherited from

IActivityStreamsCollectionPage.totalItems


items?

optional items?: ObjectOrArray<string | IJsonLdNodeObject>

The items of the collection.

See

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

Inherited from

IActivityStreamsCollectionPage.items


first?

optional first?: string | IJsonLdNodeObject

First page.

See

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

Inherited from

IActivityStreamsCollectionPage.first


last?

optional last?: string | IJsonLdNodeObject

Last page.

See

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

Inherited from

IActivityStreamsCollectionPage.last


current?

optional current?: string | IJsonLdNodeObject

Current page.

See

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

Inherited from

IActivityStreamsCollectionPage.current


partOf?

optional partOf?: string | IJsonLdNodeObject

Parent collection.

See

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

Inherited from

IActivityStreamsCollectionPage.partOf


next?

optional next?: string | IJsonLdNodeObject

Next page.

See

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

Inherited from

IActivityStreamsCollectionPage.next


prev?

optional prev?: string | IJsonLdNodeObject

Previous page.

See

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

Inherited from

IActivityStreamsCollectionPage.prev


@context

@context: ActivityStreamsContextType

The LD Context.

Inherited from

IActivityStreamsCollectionPage.@context


id?

optional id?: string

Global identifier.

See

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

Inherited from

IActivityStreamsCollectionPage.id


name?

optional name?: string | IJsonLdLanguageMap

Natural language name.

See

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

Inherited from

IActivityStreamsCollectionPage.name


nameMap?

optional nameMap?: IJsonLdLanguageMap

Natural language name map.

See

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

Inherited from

IActivityStreamsCollectionPage.nameMap


summary?

optional summary?: string | IJsonLdLanguageMap

Natural language summary.

See

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

Inherited from

IActivityStreamsCollectionPage.summary


summaryMap?

optional summaryMap?: IJsonLdLanguageMap

Natural language summary map.

See

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

Inherited from

IActivityStreamsCollectionPage.summaryMap


content?

optional content?: string | IJsonLdLanguageMap

Natural language content.

See

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

Inherited from

IActivityStreamsCollectionPage.content


contentMap?

optional contentMap?: IJsonLdLanguageMap

Natural language content map.

See

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

Inherited from

IActivityStreamsCollectionPage.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

IActivityStreamsCollectionPage.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

IActivityStreamsCollectionPage.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

IActivityStreamsCollectionPage.icon


published?

optional published?: string

Published date-time.

See

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

Inherited from

IActivityStreamsCollectionPage.published


updated?

optional updated?: string

Updated date-time.

See

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

Inherited from

IActivityStreamsCollectionPage.updated


startTime?

optional startTime?: string

Start time.

See

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

Inherited from

IActivityStreamsCollectionPage.startTime


endTime?

optional endTime?: string

End time.

See

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

Inherited from

IActivityStreamsCollectionPage.endTime


duration?

optional duration?: string

Duration.

See

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

Inherited from

IActivityStreamsCollectionPage.duration


generator?

optional generator?: ObjectOrArray<string | IJsonLdNodeObject>

The generator of the object.

See

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

Inherited from

IActivityStreamsCollectionPage.generator


attachment?

optional attachment?: ObjectOrArray<string | IJsonLdNodeObject>

Attachments.

See

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

Inherited from

IActivityStreamsCollectionPage.attachment


attributedTo?

optional attributedTo?: ObjectOrArray<string | IJsonLdNodeObject>

Objects attributed to.

See

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

Inherited from

IActivityStreamsCollectionPage.attributedTo


audience?

optional audience?: ObjectOrArray<string | IJsonLdNodeObject>

Audience.

See

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

Inherited from

IActivityStreamsCollectionPage.audience


context?

optional context?: ObjectOrArray<string | IJsonLdNodeObject>

Context.

See

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

Inherited from

IActivityStreamsCollectionPage.context


location?

optional location?: ObjectOrArray<string | IJsonLdNodeObject>

Location.

See

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

Inherited from

IActivityStreamsCollectionPage.location


tag?

optional tag?: ObjectOrArray<string | IJsonLdNodeObject>

Tag.

See

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

Inherited from

IActivityStreamsCollectionPage.tag


inReplyTo?

optional inReplyTo?: ObjectOrArray<string | IJsonLdNodeObject>

In reply to.

See

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

Inherited from

IActivityStreamsCollectionPage.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

IActivityStreamsCollectionPage.replies


preview?

optional preview?: ObjectOrArray<string | IJsonLdNodeObject>

Preview.

See

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

Inherited from

IActivityStreamsCollectionPage.preview


to?

optional to?: ObjectOrArray<string | IJsonLdNodeObject>

To.

See

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

Inherited from

IActivityStreamsCollectionPage.to


bto?

optional bto?: ObjectOrArray<string | IJsonLdNodeObject>

BTo.

See

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

Inherited from

IActivityStreamsCollectionPage.bto


cc?

optional cc?: ObjectOrArray<string | IJsonLdNodeObject>

CC.

See

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

Inherited from

IActivityStreamsCollectionPage.cc


bcc?

optional bcc?: ObjectOrArray<string | IJsonLdNodeObject>

BCC.

See

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

Inherited from

IActivityStreamsCollectionPage.bcc


mediaType?

optional mediaType?: string

MIME media type of the referenced resource.

See

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

Inherited from

IActivityStreamsCollectionPage.mediaType


orderedItems?

optional orderedItems?: ObjectOrArray<string | IJsonLdNodeObject>

The ordered items of the collection.

See

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

Inherited from

IActivityStreamsOrderedCollection.orderedItems


type

type: ObjectOrArray<string>

OrderedCollectionPage type.

Overrides

IActivityStreamsCollectionPage.type


startIndex?

optional startIndex?: number

Relative index position of the first item in this page.

See

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