Docs
API
  • type

    String

    Item type.

    Possible values: button, combo, number, segbutton, string, text.

    Example

    
    {
      type: 'button',
      text: 'Add',
      handler: function(){}
    }
    

    Default

    
    'button'