Interactive#
Pane is the abstract baseclass for all atomic displayable units in the Panel library.
Use pn.ui.Interactive to create this component.
API#
.. py:class:: Interactive(object=None, **params) :module: panel.pane.holoviews
:Attributes:
**object**
..
**priority**
..
.. rubric:: Methods
.. autosummary::
applies
.. !! processed by numpydoc !!
Parameter Definitions
Parameters inherited from:
:class:`panel.viewable.Layoutable`: align, aspect_ratio, css_classes, design, height, min_width, min_height, max_width, max_height, styles, stylesheets, tags, width, width_policy, height_policy, sizing_mode, visible
:class:`panel.viewable.Viewable`: loading
:class:`panel.pane.base.PaneBase`: margin, default_layout
object = Parameter(allow_None=True, label='Object')
The object being wrapped, which will be converted to a
Bokeh model.
.. py:method:: Interactive.applies(object: ~typing.Any) -> float | bool | None :module: panel.pane.holoviews :classmethod:
Returns boolean or float indicating whether the Pane
can render the object.
If the priority of the pane is set to
`None`, this method may also be used to define a float priority
depending on the object being rendered.
..
!! processed by numpydoc !!
.. py:attribute:: Interactive.priority :module: panel.pane.holoviews :type: t.ClassVar[float | bool | None] :value: None