Interface LiveCounterUpdate

Represents an update to a LiveCounter object.

Hierarchy

Properties

Properties

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