Class: WixActivityData

WixActivityData

new WixActivityData()

Represents an Activity in the Wix ecosystem

Source:
  • WixClient.js

Members

activityDetails :WixActivityData.ActivityDetails

Information about the Activity

Type:
Source:
  • WixClient.js

activityInfo :Object

Schema information about the Activity

Type:
  • Object
Source:
  • WixClient.js

activityLocationUrl :String

The URL where the activity was performed

Type:
  • String
Source:
  • WixClient.js

activityType :string

The type of Activity

Type:
  • string
Source:
  • WixClient.js

createdAt :Date

A timestamp to indicate when this Activity took place

Type:
  • Date
Source:
  • WixClient.js

id :string

The id of the Activity

Type:
  • string
Source:
  • WixClient.js

Type Definitions

ActivityDetails

Information about the Activity

Type:
  • Object
Properties:
Name Type Argument Description
additionalInfoUrl String <nullable>

Url linking to more specific contextual information about the activity for use in the Dashboard

summary string <nullable>

A short description about the activity for use in the Dashboard

Source:
  • WixClient.js