bokeh.models.widgets.icons

Various kinds of icon widgets.

class AbstractIcon(**kwargs)[source]

Bases: bokeh.models.widgets.widget.Widget

An abstract base class for icon widgets. AbstractIcon is not generally useful to instantiate on its own.

JSON Prototype
{
  "css_classes": null,
  "disabled": false,
  "height": null,
  "id": "b4fa67d7-fbe8-4f6d-b767-6a46c89838a2",
  "js_callbacks": {},
  "name": null,
  "sizing_mode": "fixed",
  "tags": [],
  "width": null
}