Class PartialOutboundDataForId<T>

Is used to return the data for id 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

  • PartialOutboundDataForId

Constructors

Properties

Constructors

Properties

PARTIAL_ID: true = true
data: T[]
length: number

Generated using TypeDoc