Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkTextArea.ts858 class TextAreaBorderWidthModifier extends ModifierWithKey<Length | EdgeWidths> {
1404 …modifierWithKey(this._modifiersWithKeys, TextAreaBorderWidthModifier.identity, TextAreaBorderWidth…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js12755 class TextAreaBorderWidthModifier extends ModifierWithKey { class
12784 TextAreaBorderWidthModifier.identity = Symbol('textAreaBorderWidth');
13293 …modifierWithKey(this._modifiersWithKeys, TextAreaBorderWidthModifier.identity, TextAreaBorderWidth…