# Counter
The **** component provides an operation to increase or decrease the number.
## Child Components
This component can contain child components.
## API
Counter\(\)
## Events
Universal events and gestures are not supported. Only the events listed below are supported.
Name
Description
onInc(callback: () => void)
Event indicating that the number of monitored objects is increased.
onDec(callback: () => void)
Event indicating that the number of monitored objects is decreased.