@conciergus/chat - v0.3.1
    Preparing search index...

    Interface StreamingIndicatorProps

    Streaming indicator component props

    interface StreamingIndicatorProps {
        isStreaming?: boolean;
        streamingType?: StreamingType;
        progress?: number;
        tokenCount?: number;
        className?: string;
        showTokenCount?: boolean;
        showProgressBar?: boolean;
        customMessage?: string;
        animationSpeed?: "medium" | "fast" | "slow";
    }
    Index

    Properties

    isStreaming?: boolean

    Is currently streaming

    streamingType?: StreamingType

    Type of streaming

    progress?: number

    Streaming progress (0-100)

    tokenCount?: number

    Current token count

    className?: string

    Additional CSS classes

    showTokenCount?: boolean

    Show token count

    showProgressBar?: boolean

    Show progress bar

    customMessage?: string

    Custom message

    animationSpeed?: "medium" | "fast" | "slow"

    Animation speed