returns the value of a specified object field
| id | number|string | object ID |
| field | string | field to get value of |
| string | value of a specified object field |
// "Board of Directors"
$$("diagram").getItemValue("root");
If the field parameter is not specified the method will access the object value field and return its value.