Public Method Author API

options

Type: object

Options for customizing the behavior of the setActivity() method.

Properties

  • extend boolean

    When extend is true, the supplied Activity JSON extends the existing JSON. This means that existing attributes will be overridden and new attributes will be added.

    When extend is false, the supplied Activity JSON completely replaces the existing JSON.

    Default: true

Was this article helpful?