HarmonyOS Development: How a Parent Component Calls a Method in a Child Component
Foreword
this article is based on Api13
in many scenarios, the parent component needs to trigger a method in the child component to implement some specific logic, but ArkUI is a declarative UI and cannot directly call the method in the child componen...
loveharmony.hashnode.dev3 min read