ECharts JSX
    Preparing search index...

    Interface StreamRequest<I, O>

    interface StreamRequest<I extends any[], O = void> {
        context?: object;
        input: I;
        output: PromiseWithResolvers<O>;
    }

    Type Parameters

    • I extends any[]
    • O = void
    Index

    Properties

    Properties

    context?: object
    input: I
    output: PromiseWithResolvers<O>