Search
ListItem.data Property
See Also
 






Gets or sets an object, holding custom user data.

Namespace: MindFusion.Common.UI
File: ListItem.js

 Syntax

JavaScript  Copy Code

get data() {}

 Property Value

Object. The custom user data.

 Remarks

You can use this field to store data that will help you identify the item or data that is related to the ListItem.

 See Also