Show contents 

Working with Repository > PP.Mb.Ui > Classes > MetabaseObjectsListView > MetabaseObjectsListView.clear

MetabaseObjectsListView.clear

Syntax

clear();

Description

The clear method clears a list of all objects.

Example

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:

MetabaseObjectsListView