Initialization Option Author API

status

Controls whether the Activity status is shown in the Activity list view.

You would want to use this to hide the default status indicators and display your own custom indicators in your application, for example.

Examples

// Hide the Activity status
var initializationOptions = {
    "config": {
        "activity_list": {
            "status": false
        }
    }
};

Values

Request object key config.activity_list.status

Default: true

Type boolean

Was this article helpful?