Home
last modified time | relevance | path

Searched refs:CounterAttribute (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dcounter.d.ts65 (): CounterAttribute;
92 declare class CounterAttribute extends CommonMethod<CounterAttribute> { class
120 onInc(event: () => void): CounterAttribute;
149 onDec(event: () => void): CounterAttribute;
160 enableDec(value: boolean): CounterAttribute;
171 enableInc(value: boolean): CounterAttribute;
195 declare const CounterInstance: CounterAttribute;