JavaScript/jQuery Diagram - toolbox
Configures the toolbox settings.
                        Type:
                    
                
                    Default Value: {}
                
        groups
Lists toolbox groups.
                    Default Value: undefined
                
        Use the groups property to customize the toolbox's content. You can populate it with default or custom groups.
visibility
Specifies the toolbar's visibility.
                        Type:
                    
                
                    Default Value: 'auto'
                
        | Value | Description | 
|---|---|
| auto | The toolbox is disabled when the diagram is read-only. | 
| visible | The toolbox is initially visible. | 
| collapsed | The toolbox is collapsed initially. | 
| disabled | The toolbox is disabled. An element that can invoke the toolbox is hidden. | 
Feedback
        