SessionHistory
Installation
Section titled “Installation”npm install @sk-web-gui/reactAnvändning
Section titled “Användning”import { AICornerModuleSessionHistory } from '@sk-web-gui/react';| Prop | Typ | Standard | Beskrivning |
|---|---|---|---|
sessions | SessionHistory | – | |
title | string | – | |
current | string | – | Id of the current (opened) session |
onSelectSession | (sessionId: string) => void | – | |
onKeyNext | (currentId: string) => void | – | |
onKeyPrev | (currentId: string) => void | – |
Storyvarianter
Section titled “Storyvarianter”- Template – standardstory
- Implementation: @sk-web-gui/ai
- Storybook: SessionHistory