# Counter
>![](../../public_sys-resources/icon-note.gif) **NOTE:**
>This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
The **** component provides an operation to increase or decrease the number.
## Required Permissions
None
## Child Components
This component can contain child components.
## APIs
Counter\(\)
## Events
Universal events and gestures are not supported. Only the events listed below are supported.
Name
Description
onInc(event: () => void)
Event indicating that the number of monitored objects is increased.
onDec(event: () => void)
Event indicating that the number of monitored objects is decreased.