Initialization Option Author API

search

Controls whether the search functionality is shown in the Activity list.

You would want to use this to hide the search interface.

Examples

// Hide the search functionality
var initializationOptions = {
    "config": {
        "activity_list": {
            "toolbar": {
                "search": false
            }
        }
    }
};

Values

Request object key config.activity_list.toolbar.search

Default: true

Type boolean

Was this article helpful?