type | (string) the item type, set it to "title". If not specified - the "navItem" type is applied by default. |
id | (string, number) the id of a control, auto-generated if not set |
parent | (string) the parent of the item |
value | (string) the value of the Title control. You need to set either the value or html property to the title |
html | (string) optional, a string with HTML that should be inserted into the title |
css | (string) adds a custom CSS class |
tooltip | (string) a tooltip for the control |
hidden | (boolean) defines whether a control is hidden |
disabled | (boolean) defines whether a control is disabled |