gets the data object for related property
id | string | name of property |
object | the data object for the property |
var record = property.getItem("width");
var title = record.value;
Each data object has id, value, label attributes, it also will contain all extra data which was defined during configuration.
Back to top