Toolbar
12 Sep 20251 minute to read
Toolbar Module
Methods
enableItems
Enables or disables the specified Toolbar item.
| Parameter | Type | Description | 
|---|---|---|
| itemIndex | number | 
      Index of the toolbar items that need to be enabled or disabled. | 
| isEnable | boolean | 
      Boolean value that determines whether the toolbar item should be enabled or disabled. By default, isEnable is set to true. | 
    
Returns void