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.

Note

This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.

JSON Prototype
{
  "css_classes": null,
  "disabled": false,
  "height": null,
  "id": "23d70faf-ea8b-4cb2-9922-660f053d3bc0",
  "js_event_callbacks": {},
  "js_property_callbacks": {},
  "name": null,
  "sizing_mode": "fixed",
  "subscribed_events": [],
  "tags": [],
  "width": null
}