Home
last modified time | relevance | path

Searched defs:TextTimerAttribute (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/
Dtexttimer_declaration.h29 struct TextTimerAttribute : Attribute { struct
30 double inputCount = TIME_DEFAULT_COUNT;
31 bool isCountDown_ = false;
32 std::string format_ = DEFAULT_FORMAT;
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkTextTimerInterfaces.ts61 export interface TextTimerAttribute extends CommonMethod<TextTimerAttribute> { interface
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkTextTimerInterfaces.ts75 export interface TextTimerAttribute extends CommonMethod<TextTimerAttribute> { interface
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
DtextTimer.ts291 export interface TextTimerAttribute extends CommonMethod { interface