bundle.website.builtin.components.websocket.heartbeat.component =============================================================== .. py:module:: bundle.website.builtin.components.websocket.heartbeat.component Classes ------- .. autoapisummary:: bundle.website.builtin.components.websocket.heartbeat.component.WebSocketHeartbeatComponent Module Contents --------------- .. py:class:: WebSocketHeartbeatComponent(/, **data: Any) Bases: :py:obj:`bundle.website.builtin.components.websocket.base.WebSocketBaseComponent` Base websocket component with default params and shared assets. .. py:attribute:: component_file :type: str :value: '/home/runner/work/TheBundle/TheBundle/src/bundle/website/builtin/components/websocket/heartbeat/... .. py:attribute:: slug :type: str :value: 'ws-heartbeat' .. py:attribute:: name :type: str :value: 'WebSocket Heartbeat' .. py:attribute:: description :type: str :value: 'Periodic keepalive loop with a minimal UI.' .. py:attribute:: params :type: bundle.website.builtin.components.websocket.base.WebSocketComponentParams