itemlist.selection.changed - Events - Author API

Author API Events

itemlist:selection:changed

Fires when the author selects or deselects an Item on the Item list page, and also when the clearSelectedItems() method is called.

Important Only supported in "item_list" mode and when the Item selection initialization option is enabled.

Examples

authorApp.on('itemlist:selection:changed', function () {
    console.log('This code executes when the author selects or deselects an Item on the Item list page.');
});

Callback arguments

  • itemReferences array

    The references of the selected Items.

Related articles

  • The mode initialization option, which is used to select the Item list mode.
  • The enable_selection initialization option, which is used allow Items to be selected on the Item list page.
Was this article helpful?

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