Reference#
Config
#
Config
provides high-level configuration options for the
Variable
#
Variable
components declare values that can be referenced from other components.
Pipeline
#
Pipeline
encapsulates filters and transformations applied to a
Source
#
Source
components provide allow querying all kinds of data.
Filter
#
Filter
components supply the filter values used by Source
components to query data. .
Transform
#
Transform
components implement transforms of DataFrame
objects.
View
#
View
components provide a visual representation for the data returned by a :class:lumen.source.base.Source
or :class:lumen.pipeline.Pipeline
.
Layout
#
Layout
renders one or more :class:lumen.views.base.View
components
Auth
#
Auth
allows specifying a spec that is validated against panel.state.user_info.
Defaults
#
Defaults
to apply to the component classes.