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": "6107c23e-4ed9-4ae7-ade7-4ae71ab7ff11",
"name": null,
"tags": [],
"title": null,
"visible": false
},
"id": "6107c23e-4ed9-4ae7-ade7-4ae71ab7ff11",
"type": "Dialog"
}
]