Initialization Option Author API

limit

Control the number of Items listed on each page in the Item picker, and intro and outro Item picker views.

You would want to use this to select a reasonable amount of Item search results in your custom application UI.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "item_search": {
                "limit": 50
            }
        }
    }
};

Values

Request object key config.activity_edit.item_search.limit

Default: 25

Type number

Accepts integers between 1 and 50.

Was this article helpful?