clear();
The clear method clears a list of all objects.
To execute the example, the HTML page must contain the MetabaseObjectsListView component named list (see Example of Creating the MetabaseObjectsListView Component).
// Clear list of objects list.clear();
After executing the example the current list of objects is cleared.
See also: