Interface LiveCounterUpdate

Represents an update to a LiveCounter object.

Hierarchy

Properties

Properties

clientId?: string

The client ID of the client that published this update.

update: {
    amount: number;
}

Holds the numerical change to the counter value.

Type declaration

  • amount: number

    The value by which the counter was incremented or decremented.

Generated using TypeDoc