SessionManager
Session CRUD panel.
import { SessionManager } from '@ybouhjira/hyperkit';Static examples
This component depends on app-level context (providers, services, or interactive setup) that does not fit the inline playground yet, so its examples are shown as static code.
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
sessions * | readonly SessionInfo[] | — | — |
onViewChat | (sessionId: string) => void | — | — |
onPause | (sessionId: string) => void | — | — |
onResume | (sessionId: string) => void | — | — |
onStop | (sessionId: string) => void | — | — |
groupBy | 'project' | 'status' | 'model' | — | — |
* required prop.