bokeh.models.widgets.dialogs¶Various kinds of dialog and message box widgets.
Dialog(**kwargs)¶Bases: bokeh.models.widget.Widget
Simple dialog box with string message.
property type: Instance(BaseBox)
A BaseBox with buttons to be used as dialog footer.
[
  {
    "attributes": {
      "buttons": [],
      "buttons_box": null,
      "closable": true,
      "content": null,
      "disabled": false,
      "doc": null,
      "id": "fb0fffe7-6be3-4988-8d91-70be26ab0afa",
      "name": null,
      "tags": [],
      "title": null,
      "visible": false
    },
    "id": "fb0fffe7-6be3-4988-8d91-70be26ab0afa",
    "type": "Dialog"
  }
]