config.item_list.limit - Initialization - Author API

Author API Initialization

limit

Control the number of entries on each page in the Item list view.

You would want to use this to build a custom list size for your application.

Examples

// Increase the number of Items to show to 50
var initializationOptions = {
    "config": {
        "item_list": {
            "limit": 50
        }
    }
};

Values

Attribute path config.item_list.limit

Default 10

Type number

Accepts integers between 1 and 50.

Was this article helpful?

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