updateItem

an alias for refresh, repaints the property view

void updateItem();

Example

var item = property.getItem("width");
item.value = "new one";
property.updateItem("width"); //same  as property.refresh();

Details

updateItem was created for API compatibility with data components.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.