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
Properties
type
type:
ObjectOrArray<string>
Group type.
Overrides
@context
@context:
ActivityStreamsContextType
The LD Context.
Inherited from
IActivityStreamsActor.@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
nameMap?
optionalnameMap?:IJsonLdLanguageMap
Natural language name map.
See
https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
Inherited from
summary?
optionalsummary?:string|IJsonLdLanguageMap
Natural language summary.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary
Inherited from
summaryMap?
optionalsummaryMap?:IJsonLdLanguageMap
Natural language summary map.
See
https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
Inherited from
IActivityStreamsActor.summaryMap
content?
optionalcontent?:string|IJsonLdLanguageMap
Natural language content.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content
Inherited from
contentMap?
optionalcontentMap?:IJsonLdLanguageMap
Natural language content map.
See
https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
Inherited from
IActivityStreamsActor.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
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
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
published?
optionalpublished?:string
Published date-time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published
Inherited from
IActivityStreamsActor.published
updated?
optionalupdated?:string
Updated date-time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated
Inherited from
startTime?
optionalstartTime?:string
Start time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime
Inherited from
IActivityStreamsActor.startTime
endTime?
optionalendTime?:string
End time.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime
Inherited from
duration?
optionalduration?:string
Duration.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration
Inherited from
IActivityStreamsActor.duration
generator?
optionalgenerator?:ObjectOrArray<string|IJsonLdNodeObject>
The generator of the object.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator
Inherited from
IActivityStreamsActor.generator
attachment?
optionalattachment?:ObjectOrArray<string|IJsonLdNodeObject>
Attachments.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment
Inherited from
IActivityStreamsActor.attachment
attributedTo?
optionalattributedTo?:ObjectOrArray<string|IJsonLdNodeObject>
Objects attributed to.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto
Inherited from
IActivityStreamsActor.attributedTo
audience?
optionalaudience?:ObjectOrArray<string|IJsonLdNodeObject>
Audience.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience
Inherited from
IActivityStreamsActor.audience
context?
optionalcontext?:ObjectOrArray<string|IJsonLdNodeObject>
Context.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context
Inherited from
location?
optionallocation?:ObjectOrArray<string|IJsonLdNodeObject>
Location.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location
Inherited from
IActivityStreamsActor.location
tag?
optionaltag?:ObjectOrArray<string|IJsonLdNodeObject>
Tag.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag
Inherited from
inReplyTo?
optionalinReplyTo?:ObjectOrArray<string|IJsonLdNodeObject>
In reply to.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto
Inherited from
IActivityStreamsActor.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
preview?
optionalpreview?:ObjectOrArray<string|IJsonLdNodeObject>
Preview.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview
Inherited from
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
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
Inherited from
mediaType?
optionalmediaType?:string
MIME media type of the referenced resource.
See
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype