Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Activity

Hierarchy

  • Activity

Index

Properties

Optional activityStream

activityStream: undefined | object

Activity's stream data (where the data is)

attachments

attachments: object[]

body

body: any

comments

comments: string

API link to load the activity's comments

createDate

createDate: string

Activity's creation date

href

href: string

API link to load the activity's data

id

id: string

Activity's id

identity

identity: string

API link to load the activity's author identity

likes

likes: string

API link to load the activity's likes

link

link: any

mentions

mentions: [object]

Mentionned users' data

owner

owner: object

Author's data

Type declaration

  • href: string

    API link to load the activity's author user data

  • id: string

    Author's id

title

title: string

Activity's content

type

Activity's type

updateDate

updateDate: string

Activity's last update date

Generated using TypeDoc