Skip to main content

Interface: IActivityStreamsGroup

A W3C Activity Streams Group.

A Group represents a group of individuals.

See

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

Extends

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

type

type: ObjectOrArray<string>

Group type.

Overrides

IActivityStreamsActor.type


@context

@context: ActivityStreamsContextType

The LD Context.

Inherited from

IActivityStreamsActor.@context


id?

optional id: string

Global identifier.

See

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

Inherited from

IActivityStreamsActor.id


name?

optional name: string | IJsonLdLanguageMap

Natural language name.

See

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

Inherited from

IActivityStreamsActor.name


nameMap?

optional nameMap: IJsonLdLanguageMap

Natural language name map.

See

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

Inherited from

IActivityStreamsActor.nameMap


summary?

optional summary: string | IJsonLdLanguageMap

Natural language summary.

See

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

Inherited from

IActivityStreamsActor.summary


summaryMap?

optional summaryMap: IJsonLdLanguageMap

Natural language summary map.

See

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

Inherited from

IActivityStreamsActor.summaryMap


content?

optional content: string | IJsonLdLanguageMap

Natural language content.

See

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

Inherited from

IActivityStreamsActor.content


contentMap?

optional contentMap: IJsonLdLanguageMap

Natural language content map.

See

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

Inherited from

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

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

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

IActivityStreamsActor.icon


published?

optional published: string

Published date-time.

See

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

Inherited from

IActivityStreamsActor.published


updated?

optional updated: string

Updated date-time.

See

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

Inherited from

IActivityStreamsActor.updated


startTime?

optional startTime: string

Start time.

See

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

Inherited from

IActivityStreamsActor.startTime


endTime?

optional endTime: string

End time.

See

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

Inherited from

IActivityStreamsActor.endTime


duration?

optional duration: string

Duration.

See

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

Inherited from

IActivityStreamsActor.duration


generator?

optional generator: ObjectOrArray<string | IJsonLdNodeObject>

The generator of the object.

See

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

Inherited from

IActivityStreamsActor.generator


attachment?

optional attachment: ObjectOrArray<string | IJsonLdNodeObject>

Attachments.

See

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

Inherited from

IActivityStreamsActor.attachment


attributedTo?

optional attributedTo: ObjectOrArray<string | IJsonLdNodeObject>

Objects attributed to.

See

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

Inherited from

IActivityStreamsActor.attributedTo


audience?

optional audience: ObjectOrArray<string | IJsonLdNodeObject>

Audience.

See

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

Inherited from

IActivityStreamsActor.audience


context?

optional context: ObjectOrArray<string | IJsonLdNodeObject>

Context.

See

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

Inherited from

IActivityStreamsActor.context


location?

optional location: ObjectOrArray<string | IJsonLdNodeObject>

Location.

See

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

Inherited from

IActivityStreamsActor.location


tag?

optional tag: ObjectOrArray<string | IJsonLdNodeObject>

Tag.

See

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

Inherited from

IActivityStreamsActor.tag


inReplyTo?

optional inReplyTo: ObjectOrArray<string | IJsonLdNodeObject>

In reply to.

See

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

Inherited from

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

IActivityStreamsActor.replies


preview?

optional preview: ObjectOrArray<string | IJsonLdNodeObject>

Preview.

See

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

Inherited from

IActivityStreamsActor.preview


to?

optional to: ObjectOrArray<string | IJsonLdNodeObject>

To.

See

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

Inherited from

IActivityStreamsActor.to


bto?

optional bto: ObjectOrArray<string | IJsonLdNodeObject>

BTo.

See

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

Inherited from

IActivityStreamsActor.bto


cc?

optional cc: ObjectOrArray<string | IJsonLdNodeObject>

CC.

See

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

Inherited from

IActivityStreamsActor.cc


bcc?

optional bcc: ObjectOrArray<string | IJsonLdNodeObject>

BCC.

See

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

Inherited from

IActivityStreamsActor.bcc