Lines Matching refs:counter

3 A counter is a component used to accurately adjust values.
23 Defines a counter.
35 | options | [CounterOptions](#counteroptions) | Yes | @Prop | Parameters of the counter.|
39 Defines the type and style parameters of the counter.
47 | type | [CounterType](#countertype) | Yes | Type of the current counter.|
49 …tions | [NumberStyleOptions](#numberstyleoptions) | No | Parameters of the number style counter.|
50 …s | [InlineStyleOptions](#inlinestyleoptions) | No| Parameters of the inline number style counter.|
51 …Options | [DateStyleOptions](#datestyleoptions) | No| Parameters of the inline date style counter.|
53 A counter type must go with parameters of the matching counter style. Below is a mapping between th…
64 Enumerates the counter types.
72 | LIST | List counter. |
73 | COMPACT | Compact counter. |
74 | INLINE | Inline number counter.|
75 | INLINE_DATE | Inline date counter. |
88 … | No | true | Whether the counter is focusable.<br>**NOTE**<br>This attribute takes effect for…
89 | step | number | No | 1 | Step of the counter.<br>Value range:…
90 … the mouse pointer is moved over or away from the Increase button of the counter.<br>**isHover**: …
91 … the mouse pointer is moved over or away from the Decrease button of the counter.<br>**isHover**: …
95 Defines the attributes and events of the inline number style counter.
105 | value | number | No | 0 | Initial value of the counter. …
106 | min | number | No | 0 | Minimum value of the counter. …
107 | max | number | No | 999 | Maximum value of the counter. …
108 | textWidth | number | No | 0 | Text width of the counter. …
113 Defines the attributes and events of the number style counter.
123 | label | [ResourceStr](ts-types.md#resourcestr) | No | - | Label of the counter. …
124 … | No | - | Callback invoked when the Increase button of the counter gains focus.|
125 … | No | - | Callback invoked when the Decrease button of the counter gains focus.|
126 … | No | - | Callback invoked when the Increase button of the counter loses focus.|
127 … | No | - | Callback invoked when the Decrease button of the counter loses focus.|
131 Defines the attributes and events of the inline date style counter.
141 | year | number | No | 1 | Initial year of the counter. …
142 | month | number | No | 1 | Initial month of the counter.…
143 | day | number | No | 1 | Initial day of the counter. …
156 | year | number | Initial year of the counter. |
157 | month | number | Initial month of the counter. |
158 | day | number | Initial day of the counter. |
172 | year | number | Initial year of the counter. |
173 | month | number | Initial month of the counter. |
174 | day | number | Initial day of the counter. |
204 // List counter
231 // Compact counter
258 // Inline number counter
288 // Inline date counter
321 // List counter
336 // Compact counter
351 // Inline number counter
368 // Inline date counter