Docs
API
  • subTBarHeight

    Number

    Property to set subTBar height.

    Example

    
    subTBarHeight: 30,
    subTBar: [{
      type: 'button',
      text: 'Text',
      handler: function(){}
    }],
    

    Default

    
    undefined