Docs
API
  • tip

    String

    Text of tooltip for element.

    Example

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

    Example

    
    {
      type: 'number',
      tip: '{value}'
    }
    

    Default

    
    undefined