bundle.website.builtin.components.graphic.base ============================================== .. py:module:: bundle.website.builtin.components.graphic.base Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/bundle/website/builtin/components/graphic/base/component/index Classes ------- .. autoapisummary:: bundle.website.builtin.components.graphic.base.GraphicBaseComponent bundle.website.builtin.components.graphic.base.GraphicComponentParams Package Contents ---------------- .. py:class:: GraphicBaseComponent(/, **data: Any) Bases: :py:obj:`bundle.website.core.component.Component` Base graphics component with shared typed params. .. py:attribute:: params :type: GraphicComponentParams :value: None .. py:class:: GraphicComponentParams(/, **data: Any) Bases: :py:obj:`bundle.core.data.Data` Shared parameters for graphics component instances. .. py:attribute:: graph_id :type: str :value: 'graphics' .. py:attribute:: render_mode :type: str :value: 'base'