Interface UpDownCounter<AttributesTypes>

interface UpDownCounter<AttributesTypes> {
    add(value, attributes?, context?): void;
}

Type Parameters

Methods

Methods

  • Increment value of counter by the input. Inputs may be negative.

    Parameters

    Returns void