config.item_list.item.status - Initialization - Author API

Author API Initialization

status

Controls whether the Item status icons are shown in the Item list view.

You would want to use this to hide the status icons for Items.

Examples

// Hide the Item status icons
var initializationOptions = {
    "config": {
        "item_list": {
            "item": {
                "status": false
            }
        }
    }
};

Values

Attribute path config.item_list.item.status

Default true

Type boolean

Related articles

Was this article helpful?

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