.data

Hi.

If i take ui.list as sample, .data is not described in manual.
I don’t speak about list.config.data, but list.data

and list.data is not a method but a property. And i understand Properties list in manual are used only for config, aren’t they ? And Methods are used for instancied views ? Aren’t they ?

Thanks for your Help, i need more comprehension.

Properties list in manual are used only for config, aren’t they ?

Yep. In fact,view.data is not a standard API property for a component.

For data components (e.g. datatable, tree, list, etc.)view.data gives access to the data storage (DataStore). The DataStore also has its own API. Please check this article for details.