Class PartialOutboundDataForGroup<T>

Is used to return parts of the data for a group filter 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

  • PartialOutboundDataForGroup

Constructors

Properties

Constructors

Properties

PARTIAL_GROUP: true = true
data: T[]

data that should be sent to the client now.

length: number

Generated using TypeDoc