Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseSentimentDataOptions

    Options for useSentimentData hook

    interface UseSentimentDataOptions {
        bufferDuration?: number;
        enableBuffering?: boolean;
        updateInterval?: number;
    }
    Index

    Properties

    bufferDuration?: number

    Buffer duration in seconds

    enableBuffering?: boolean

    Whether to enable buffering

    updateInterval?: number

    Update interval in milliseconds