Docs
API
  • buttonsHidden

    Boolean

    Hide buttons on start.

    Example

    
    buttonsHidden: true,
    buttons: [{
      type: 'button',
      text: 'Text',
      handler: function(){}
    }],
    

    Default

    
    undefined