Check documentation for the latest version of dhtmlxSuite getItemType DHTMLX Docs

getItemType

returns item type by id

string getItemType(string itemId);
itemIdstringthe item's id
stringthe item's type

Example

var type = myMenu.getItemType(itemId);

Back to top