Initialization Option Author API

filter

Controls which Activities are to be displayed and can be accessed by authors.

Examples

var initializationOptions = {
    "config": {
        "activity_list": {
            "filter": {
                "restricted": {
                    "tags": {
                        "all": [
                            {
                                "type": "Depth of Knowledge",
                                "name": "1"
                            }
                        ]
                    }
                }
            }
        }
    }
};

Values

Request object key config.activity_list.filter

Type object

This object has the following properties which can be configured.

  • restricted object

    Configuration options for filters which are applied to the Activity list view.

Was this article helpful?