Interface RestLiveCounter

Full object structure of a counter object with metadata.

Hierarchy

  • RestLiveCounter

Properties

Properties

counter: {
    data: {
        number: number;
    };
}

Describes the value of a counter object.

Type declaration

  • data: {
        number: number;
    }

    Holds the value of the counter.

    • number: number

      The value of the counter.

objectId: string

The ID of the counter object.

Generated using TypeDoc