uid

The unique identifier of the Model. Inherited from ObservableObject. For more information, refer to the uid API reference.

The main benefit of the uid identifiers is to represent a link between data items (that may not have an ID of their own) and the corresponding rendered DOM elements (list items, table rows, and so on). The uid identifiers are generated randomly and are not persisted on reloading of data or web pages.

In this article