getItemState

return update state for the item in question

object getItemState(id itemId);
itemIdidid of the item
objectupdate state for the item in question

Example

var details = webix.dp($$("myview")).getItemState(id);

Back to top