Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/src/
H A Dsearch_modifier.ts17 class SearchModifier extends ArkSearchComponent implements AttributeModifier<SearchAttribute> {
26 …ModifierUtils.applyAndMergeModifier<SearchAttribute, ArkSearchComponent, ArkComponent>(instance, t…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dindex.d.ts178 declare class ArkSearchComponent extends ArkComponent {}
H A Dframe_node.ts792 … new TypedFrameNode(context, 'Search', (node: NodePtr, type: ModifierType): ArkSearchComponent => {
793 return new ArkSearchComponent(node, type);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSearch.ts747 class ArkSearchComponent extends ArkComponent implements CommonMethod<SearchAttribute> {
972 return new ArkSearchComponent(nativePtr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js800 class SearchModifier extends ArkSearchComponent {
H A DjsXNode.js1420 return new ArkSearchComponent(node, type);
H A DarkComponent.js9389 class ArkSearchComponent extends ArkComponent { class
9604 return new ArkSearchComponent(nativePtr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts454 declare class ArkSearchComponent extends ArkComponent implements CommonMethod<SearchAttribute> {