Class PartialOutboundData<T>

Is used to return parts of the data within outbound functions. This way, subscription management still works properly and even the total length can be sent to the client.

Type Parameters

  • T

Hierarchy

  • PartialOutboundData

Constructors

Properties

Constructors

Properties

PARTIAL_SUPPORT: true = true
data: T[]

data that should be sent to the client now.

length: number

Total length stored on the server.

Generated using TypeDoc