config.activity_edit.item_search.limit - Initialization - Author API

Author API Initialization

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

Attribute path config.activity_edit.item_search.limit

Default 25

Type number

Accepts integers between 1 and 50.

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.